Shades of Confetti #DACE55
Tints of Confetti #DACE55
RGB
CMYK
RGB Variations
Color information
#DACE55 (or 0xDACE55) is known color: Confetti. HEX triplet: DA, CE and 55. RGB value is (218,206,85). Sum of RGB (Red+Green+Blue) = 218+206+85=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE55 is #2531AA. Grayscale: #C4C4C4. Windows color (decimal): -2437547 or 5623514. OLE color: 5623514.
HSL color Cylindrical-coordinate representation of color #DACE55: hue angle of 54.59º 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 #DACE55 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 85 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.15 |
| HSL | 54.59º | 0.64% | 0.59% | - |
| HSV(B) | 54.59º | 0.61% | 0.85% | - |
| XYZ | 52.62 | 59.7 | 17.34 | - |
| YUV | 195.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 85 | 0 | 0.06 | 0.61 | 0.15 | 54.59 | 0.64 | 0.59 |
| Hex | DA | CE | 55 | 0 | 6 | 3D | F | 37 | 40 | 3B |
| Octal | 332 | 316 | 125 | 0 | 6 | 75 | 17 | 67 | 100 | 73 |
| Binary | 11011010 | 11001110 | 1010101 | 0 | 110 | 111101 | 1111 | 110111 | 1000000 | 111011 |
Color Harmonies of #DACE55
Complementary color
Monochromatic Colors of #DACE55
Black with #DACE55
Text Example
Text Example
White with #DACE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE55; }
p { color: rgb(218,206,85); }
H1.HeaderClassName
{
color: #DACE55;
}
.AnyTagClassName
{
color: #DACE55;
}
</style>
background-color css
<style>
a { background-color: #DACE55; }
a { background-color: rgb(218,206,85); }
div.DivClassName
{
background-color: #DACE55;
}
.BgClassName
{
background-color: #DACE55;
}
</style>
border-color css
<style>
span { border-color: #DACE55; }
span { border-color: rgb(218,206,85); }
td.TdClassName
{
border-color: #DACE55;
}
.TagClassName
{
border-color: #DACE55;
}
</style>