Shades of Confetti #DACC51
Tints of Confetti #DACC51
RGB
CMYK
RGB Variations
Color information
#DACC51 (or 0xDACC51) is known color: Confetti. HEX triplet: DA, CC and 51. RGB value is (218,204,81). Sum of RGB (Red+Green+Blue) = 218+204+81=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC51 is #2533AE. Grayscale: #C2C2C2. Windows color (decimal): -2438063 or 5360858. OLE color: 5360858.
HSL color Cylindrical-coordinate representation of color #DACC51: hue angle of 53.87º 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 #DACC51 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 81 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.15 |
| HSL | 53.87º | 0.65% | 0.59% | - |
| HSV(B) | 53.87º | 0.63% | 0.85% | - |
| XYZ | 51.99 | 58.69 | 16.37 | - |
| YUV | 194.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 81 | 0 | 0.06 | 0.63 | 0.15 | 53.87 | 0.65 | 0.59 |
| Hex | DA | CC | 51 | 0 | 6 | 3F | F | 36 | 41 | 3B |
| Octal | 332 | 314 | 121 | 0 | 6 | 77 | 17 | 66 | 101 | 73 |
| Binary | 11011010 | 11001100 | 1010001 | 0 | 110 | 111111 | 1111 | 110110 | 1000001 | 111011 |
Color Harmonies of #DACC51
Complementary color
Monochromatic Colors of #DACC51
Black with #DACC51
Text Example
Text Example
White with #DACC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC51; }
p { color: rgb(218,204,81); }
H1.HeaderClassName
{
color: #DACC51;
}
.AnyTagClassName
{
color: #DACC51;
}
</style>
background-color css
<style>
a { background-color: #DACC51; }
a { background-color: rgb(218,204,81); }
div.DivClassName
{
background-color: #DACC51;
}
.BgClassName
{
background-color: #DACC51;
}
</style>
border-color css
<style>
span { border-color: #DACC51; }
span { border-color: rgb(218,204,81); }
td.TdClassName
{
border-color: #DACC51;
}
.TagClassName
{
border-color: #DACC51;
}
</style>