Shades of Confetti #DACE49
Tints of Confetti #DACE49
RGB
CMYK
RGB Variations
Color information
#DACE49 (or 0xDACE49) is known color: Confetti. HEX triplet: DA, CE and 49. RGB value is (218,206,73). Sum of RGB (Red+Green+Blue) = 218+206+73=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE49 is #2531B6. Grayscale: #C2C2C2. Windows color (decimal): -2437559 or 4837082. OLE color: 4837082.
HSL color Cylindrical-coordinate representation of color #DACE49: hue angle of 55.03º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DACE49 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 73 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.15 |
| HSL | 55.03º | 0.66% | 0.57% | - |
| HSV(B) | 55.03º | 0.67% | 0.85% | - |
| XYZ | 52.19 | 59.53 | 15.04 | - |
| YUV | 194.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 73 | 0 | 0.06 | 0.67 | 0.15 | 55.03 | 0.66 | 0.57 |
| Hex | DA | CE | 49 | 0 | 6 | 43 | F | 37 | 42 | 39 |
| Octal | 332 | 316 | 111 | 0 | 6 | 103 | 17 | 67 | 102 | 71 |
| Binary | 11011010 | 11001110 | 1001001 | 0 | 110 | 1000011 | 1111 | 110111 | 1000010 | 111001 |
Color Harmonies of #DACE49
Complementary color
Monochromatic Colors of #DACE49
Black with #DACE49
Text Example
Text Example
White with #DACE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE49; }
p { color: rgb(218,206,73); }
H1.HeaderClassName
{
color: #DACE49;
}
.AnyTagClassName
{
color: #DACE49;
}
</style>
background-color css
<style>
a { background-color: #DACE49; }
a { background-color: rgb(218,206,73); }
div.DivClassName
{
background-color: #DACE49;
}
.BgClassName
{
background-color: #DACE49;
}
</style>
border-color css
<style>
span { border-color: #DACE49; }
span { border-color: rgb(218,206,73); }
td.TdClassName
{
border-color: #DACE49;
}
.TagClassName
{
border-color: #DACE49;
}
</style>