Shades of Confetti #DACC42
Tints of Confetti #DACC42
RGB
CMYK
RGB Variations
Color information
#DACC42 (or 0xDACC42) is known color: Confetti. HEX triplet: DA, CC and 42. RGB value is (218,204,66). Sum of RGB (Red+Green+Blue) = 218+204+66=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC42 is #2533BD. Grayscale: #C1C1C1. Windows color (decimal): -2438078 or 4377818. OLE color: 4377818.
HSL color Cylindrical-coordinate representation of color #DACC42: hue angle of 54.47º 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 #DACC42 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 66 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.15 |
| HSL | 54.47º | 0.67% | 0.56% | - |
| HSV(B) | 54.47º | 0.7% | 0.85% | - |
| XYZ | 51.49 | 58.48 | 13.73 | - |
| YUV | 192.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 66 | 0 | 0.06 | 0.70 | 0.15 | 54.47 | 0.67 | 0.56 |
| Hex | DA | CC | 42 | 0 | 6 | 46 | F | 36 | 43 | 38 |
| Octal | 332 | 314 | 102 | 0 | 6 | 106 | 17 | 66 | 103 | 70 |
| Binary | 11011010 | 11001100 | 1000010 | 0 | 110 | 1000110 | 1111 | 110110 | 1000011 | 111000 |
Color Harmonies of #DACC42
Complementary color
Monochromatic Colors of #DACC42
Black with #DACC42
Text Example
Text Example
White with #DACC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC42; }
p { color: rgb(218,204,66); }
H1.HeaderClassName
{
color: #DACC42;
}
.AnyTagClassName
{
color: #DACC42;
}
</style>
background-color css
<style>
a { background-color: #DACC42; }
a { background-color: rgb(218,204,66); }
div.DivClassName
{
background-color: #DACC42;
}
.BgClassName
{
background-color: #DACC42;
}
</style>
border-color css
<style>
span { border-color: #DACC42; }
span { border-color: rgb(218,204,66); }
td.TdClassName
{
border-color: #DACC42;
}
.TagClassName
{
border-color: #DACC42;
}
</style>