Shades of Confetti #DACE42
Tints of Confetti #DACE42
RGB
CMYK
RGB Variations
Color information
#DACE42 (or 0xDACE42) is known color: Confetti. HEX triplet: DA, CE and 42. RGB value is (218,206,66). Sum of RGB (Red+Green+Blue) = 218+206+66=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE42 is #2531BD. Grayscale: #C2C2C2. Windows color (decimal): -2437566 or 4378330. OLE color: 4378330.
HSL color Cylindrical-coordinate representation of color #DACE42: hue angle of 55.26º 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 #DACE42 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 66 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.15 |
| HSL | 55.26º | 0.67% | 0.56% | - |
| HSV(B) | 55.26º | 0.7% | 0.85% | - |
| XYZ | 51.97 | 59.44 | 13.89 | - |
| YUV | 193.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 66 | 0 | 0.06 | 0.70 | 0.15 | 55.26 | 0.67 | 0.56 |
| Hex | DA | CE | 42 | 0 | 6 | 46 | F | 37 | 43 | 38 |
| Octal | 332 | 316 | 102 | 0 | 6 | 106 | 17 | 67 | 103 | 70 |
| Binary | 11011010 | 11001110 | 1000010 | 0 | 110 | 1000110 | 1111 | 110111 | 1000011 | 111000 |
Color Harmonies of #DACE42
Complementary color
Monochromatic Colors of #DACE42
Black with #DACE42
Text Example
Text Example
White with #DACE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE42; }
p { color: rgb(218,206,66); }
H1.HeaderClassName
{
color: #DACE42;
}
.AnyTagClassName
{
color: #DACE42;
}
</style>
background-color css
<style>
a { background-color: #DACE42; }
a { background-color: rgb(218,206,66); }
div.DivClassName
{
background-color: #DACE42;
}
.BgClassName
{
background-color: #DACE42;
}
</style>
border-color css
<style>
span { border-color: #DACE42; }
span { border-color: rgb(218,206,66); }
td.TdClassName
{
border-color: #DACE42;
}
.TagClassName
{
border-color: #DACE42;
}
</style>