Shades of Confetti #DACE51
Tints of Confetti #DACE51
RGB
CMYK
RGB Variations
Color information
#DACE51 (or 0xDACE51) is known color: Confetti. HEX triplet: DA, CE and 51. RGB value is (218,206,81). Sum of RGB (Red+Green+Blue) = 218+206+81=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE51 is #2531AE. Grayscale: #C3C3C3. Windows color (decimal): -2437551 or 5361370. OLE color: 5361370.
HSL color Cylindrical-coordinate representation of color #DACE51: hue angle of 54.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DACE51 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 81 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.15 |
| HSL | 54.74º | 0.65% | 0.59% | - |
| HSV(B) | 54.74º | 0.63% | 0.85% | - |
| XYZ | 52.47 | 59.64 | 16.53 | - |
| YUV | 195.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 81 | 0 | 0.06 | 0.63 | 0.15 | 54.74 | 0.65 | 0.59 |
| Hex | DA | CE | 51 | 0 | 6 | 3F | F | 37 | 41 | 3B |
| Octal | 332 | 316 | 121 | 0 | 6 | 77 | 17 | 67 | 101 | 73 |
| Binary | 11011010 | 11001110 | 1010001 | 0 | 110 | 111111 | 1111 | 110111 | 1000001 | 111011 |
Color Harmonies of #DACE51
Complementary color
Monochromatic Colors of #DACE51
Black with #DACE51
Text Example
Text Example
White with #DACE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE51; }
p { color: rgb(218,206,81); }
H1.HeaderClassName
{
color: #DACE51;
}
.AnyTagClassName
{
color: #DACE51;
}
</style>
background-color css
<style>
a { background-color: #DACE51; }
a { background-color: rgb(218,206,81); }
div.DivClassName
{
background-color: #DACE51;
}
.BgClassName
{
background-color: #DACE51;
}
</style>
border-color css
<style>
span { border-color: #DACE51; }
span { border-color: rgb(218,206,81); }
td.TdClassName
{
border-color: #DACE51;
}
.TagClassName
{
border-color: #DACE51;
}
</style>