Shades of Confetti #D9CA56
Tints of Confetti #D9CA56
RGB
CMYK
RGB Variations
Color information
#D9CA56 (or 0xD9CA56) is known color: Confetti. HEX triplet: D9, CA and 56. RGB value is (217,202,86). Sum of RGB (Red+Green+Blue) = 217+202+86=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA56 is #2635A9. Grayscale: #C1C1C1. Windows color (decimal): -2504106 or 5688025. OLE color: 5688025.
HSL color Cylindrical-coordinate representation of color #D9CA56: hue angle of 53.13º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9CA56 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 86 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.15 |
| HSL | 53.13º | 0.63% | 0.59% | - |
| HSV(B) | 53.13º | 0.6% | 0.85% | - |
| XYZ | 51.42 | 57.66 | 17.22 | - |
| YUV | 193.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 86 | 0 | 0.07 | 0.60 | 0.15 | 53.13 | 0.63 | 0.59 |
| Hex | D9 | CA | 56 | 0 | 7 | 3C | F | 35 | 3F | 3B |
| Octal | 331 | 312 | 126 | 0 | 7 | 74 | 17 | 65 | 77 | 73 |
| Binary | 11011001 | 11001010 | 1010110 | 0 | 111 | 111100 | 1111 | 110101 | 111111 | 111011 |
Color Harmonies of #D9CA56
Complementary color
Monochromatic Colors of #D9CA56
Black with #D9CA56
Text Example
Text Example
White with #D9CA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA56; }
p { color: rgb(217,202,86); }
H1.HeaderClassName
{
color: #D9CA56;
}
.AnyTagClassName
{
color: #D9CA56;
}
</style>
background-color css
<style>
a { background-color: #D9CA56; }
a { background-color: rgb(217,202,86); }
div.DivClassName
{
background-color: #D9CA56;
}
.BgClassName
{
background-color: #D9CA56;
}
</style>
border-color css
<style>
span { border-color: #D9CA56; }
span { border-color: rgb(217,202,86); }
td.TdClassName
{
border-color: #D9CA56;
}
.TagClassName
{
border-color: #D9CA56;
}
</style>