#dac542

Color #DAC542 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DAC542

Tints of Confetti #DAC542

Color information

#DAC542 (or 0xDAC542) is unknown color: approx Confetti. HEX triplet: DA, C5 and 42. RGB value is (218,197,66). Sum of RGB (Red+Green+Blue) = 218+197+66=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC542 is #253ABD. Grayscale: #BCBCBC. Windows color (decimal): -2439870 or 4376026. OLE color: 4376026.

HSL color Cylindrical-coordinate representation of color #DAC542: hue angle of 51.71º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAC542 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21819766-
CMYK00.100.700.15
HSL51.71º67.26%55.69%-
HSV(B)51.71º69.72%85.49%-
XYZ49.8655.2313.19-
YUV188.3458.96149.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 66 (26.17% from 255) = 13.72%
R=45.32%
G=40.96%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181976600.100.700.1551.7167.2655.69
HexDAC5420A46F344338
Octal332305102012106176410370
Binary1101101011000101100001001010100011011111101001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dac542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dac542; }

 p { color: rgb(218,197,66); }

 H1.HeaderClassName
 {
   color: #dac542;
 }
 .AnyTagClassName
 {
   color: #dac542;
 }
</style>
background-color css

<style>
 a { background-color: #dac542; }

 a { background-color: rgb(218,197,66); }

 div.DivClassName
 {
   background-color: #dac542;
 }
 .BgClassName
 {
   background-color: #dac542;
 }
</style>
border-color css

<style>
 span { border-color: #dac542; }

 span { border-color: rgb(218,197,66); }

 td.TdClassName
 {
   border-color: #dac542;
 }
 .TagClassName
 {
   border-color: #dac542;
 }
</style>