Shades of Confetti #D9CA55
Tints of Confetti #D9CA55
RGB
CMYK
RGB Variations
Color information
#D9CA55 (or 0xD9CA55) is known color: Confetti. HEX triplet: D9, CA and 55. RGB value is (217,202,85). Sum of RGB (Red+Green+Blue) = 217+202+85=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA55 is #2635AA. Grayscale: #C1C1C1. Windows color (decimal): -2504107 or 5622489. OLE color: 5622489.
HSL color Cylindrical-coordinate representation of color #D9CA55: hue angle of 53.18º degrees, saturation: 0.63, 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 #D9CA55 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 85 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.15 |
| HSL | 53.18º | 0.63% | 0.59% | - |
| HSV(B) | 53.18º | 0.61% | 0.85% | - |
| XYZ | 51.38 | 57.65 | 17.01 | - |
| YUV | 193.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 85 | 0 | 0.07 | 0.61 | 0.15 | 53.18 | 0.63 | 0.59 |
| Hex | D9 | CA | 55 | 0 | 7 | 3D | F | 35 | 3F | 3B |
| Octal | 331 | 312 | 125 | 0 | 7 | 75 | 17 | 65 | 77 | 73 |
| Binary | 11011001 | 11001010 | 1010101 | 0 | 111 | 111101 | 1111 | 110101 | 111111 | 111011 |
Color Harmonies of #D9CA55
Complementary color
Monochromatic Colors of #D9CA55
Black with #D9CA55
Text Example
Text Example
White with #D9CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA55; }
p { color: rgb(217,202,85); }
H1.HeaderClassName
{
color: #D9CA55;
}
.AnyTagClassName
{
color: #D9CA55;
}
</style>
background-color css
<style>
a { background-color: #D9CA55; }
a { background-color: rgb(217,202,85); }
div.DivClassName
{
background-color: #D9CA55;
}
.BgClassName
{
background-color: #D9CA55;
}
</style>
border-color css
<style>
span { border-color: #D9CA55; }
span { border-color: rgb(217,202,85); }
td.TdClassName
{
border-color: #D9CA55;
}
.TagClassName
{
border-color: #D9CA55;
}
</style>