Shades of Confetti #DACE47
Tints of Confetti #DACE47
RGB
CMYK
RGB Variations
Color information
#DACE47 (or 0xDACE47) is known color: Confetti. HEX triplet: DA, CE and 47. RGB value is (218,206,71). Sum of RGB (Red+Green+Blue) = 218+206+71=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE47 is #2531B8. Grayscale: #C2C2C2. Windows color (decimal): -2437561 or 4706010. OLE color: 4706010.
HSL color Cylindrical-coordinate representation of color #DACE47: hue angle of 55.1º degrees, saturation: 0.67, 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 #DACE47 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 71 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.15 |
| HSL | 55.1º | 0.67% | 0.57% | - |
| HSV(B) | 55.1º | 0.67% | 0.85% | - |
| XYZ | 52.12 | 59.5 | 14.7 | - |
| YUV | 194.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 71 | 0 | 0.06 | 0.67 | 0.15 | 55.1 | 0.67 | 0.57 |
| Hex | DA | CE | 47 | 0 | 6 | 43 | F | 37 | 43 | 39 |
| Octal | 332 | 316 | 107 | 0 | 6 | 103 | 17 | 67 | 103 | 71 |
| Binary | 11011010 | 11001110 | 1000111 | 0 | 110 | 1000011 | 1111 | 110111 | 1000011 | 111001 |
Color Harmonies of #DACE47
Complementary color
Monochromatic Colors of #DACE47
Black with #DACE47
Text Example
Text Example
White with #DACE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE47; }
p { color: rgb(218,206,71); }
H1.HeaderClassName
{
color: #DACE47;
}
.AnyTagClassName
{
color: #DACE47;
}
</style>
background-color css
<style>
a { background-color: #DACE47; }
a { background-color: rgb(218,206,71); }
div.DivClassName
{
background-color: #DACE47;
}
.BgClassName
{
background-color: #DACE47;
}
</style>
border-color css
<style>
span { border-color: #DACE47; }
span { border-color: rgb(218,206,71); }
td.TdClassName
{
border-color: #DACE47;
}
.TagClassName
{
border-color: #DACE47;
}
</style>