Shades of Confetti #DACE54
Tints of Confetti #DACE54
RGB
CMYK
RGB Variations
Color information
#DACE54 (or 0xDACE54) is known color: Confetti. HEX triplet: DA, CE and 54. RGB value is (218,206,84). Sum of RGB (Red+Green+Blue) = 218+206+84=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE54 is #2531AB. Grayscale: #C4C4C4. Windows color (decimal): -2437548 or 5557978. OLE color: 5557978.
HSL color Cylindrical-coordinate representation of color #DACE54: hue angle of 54.63º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DACE54 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 84 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.15 |
| HSL | 54.63º | 0.64% | 0.59% | - |
| HSV(B) | 54.63º | 0.61% | 0.85% | - |
| XYZ | 52.58 | 59.69 | 17.14 | - |
| YUV | 195.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 84 | 0 | 0.06 | 0.61 | 0.15 | 54.63 | 0.64 | 0.59 |
| Hex | DA | CE | 54 | 0 | 6 | 3D | F | 37 | 40 | 3B |
| Octal | 332 | 316 | 124 | 0 | 6 | 75 | 17 | 67 | 100 | 73 |
| Binary | 11011010 | 11001110 | 1010100 | 0 | 110 | 111101 | 1111 | 110111 | 1000000 | 111011 |
Color Harmonies of #DACE54
Complementary color
Monochromatic Colors of #DACE54
Black with #DACE54
Text Example
Text Example
White with #DACE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE54; }
p { color: rgb(218,206,84); }
H1.HeaderClassName
{
color: #DACE54;
}
.AnyTagClassName
{
color: #DACE54;
}
</style>
background-color css
<style>
a { background-color: #DACE54; }
a { background-color: rgb(218,206,84); }
div.DivClassName
{
background-color: #DACE54;
}
.BgClassName
{
background-color: #DACE54;
}
</style>
border-color css
<style>
span { border-color: #DACE54; }
span { border-color: rgb(218,206,84); }
td.TdClassName
{
border-color: #DACE54;
}
.TagClassName
{
border-color: #DACE54;
}
</style>