Shades of Confetti #D8CA5A
Tints of Confetti #D8CA5A
RGB
CMYK
RGB Variations
Color information
#D8CA5A (or 0xD8CA5A) is known color: Confetti. HEX triplet: D8, CA and 5A. RGB value is (216,202,90). Sum of RGB (Red+Green+Blue) = 216+202+90=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA5A is #2735A5. Grayscale: #C1C1C1. Windows color (decimal): -2569638 or 5950168. OLE color: 5950168.
HSL color Cylindrical-coordinate representation of color #D8CA5A: hue angle of 53.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8CA5A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 90 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.15 |
| HSL | 53.33º | 0.62% | 0.6% | - |
| HSV(B) | 53.33º | 0.58% | 0.85% | - |
| XYZ | 51.28 | 57.58 | 18.08 | - |
| YUV | 193.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 90 | 0 | 0.06 | 0.58 | 0.15 | 53.33 | 0.62 | 0.6 |
| Hex | D8 | CA | 5A | 0 | 6 | 3A | F | 35 | 3E | 3C |
| Octal | 330 | 312 | 132 | 0 | 6 | 72 | 17 | 65 | 76 | 74 |
| Binary | 11011000 | 11001010 | 1011010 | 0 | 110 | 111010 | 1111 | 110101 | 111110 | 111100 |
Color Harmonies of #D8CA5A
Complementary color
Monochromatic Colors of #D8CA5A
Black with #D8CA5A
Text Example
Text Example
White with #D8CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CA5A; }
p { color: rgb(216,202,90); }
H1.HeaderClassName
{
color: #D8CA5A;
}
.AnyTagClassName
{
color: #D8CA5A;
}
</style>
background-color css
<style>
a { background-color: #D8CA5A; }
a { background-color: rgb(216,202,90); }
div.DivClassName
{
background-color: #D8CA5A;
}
.BgClassName
{
background-color: #D8CA5A;
}
</style>
border-color css
<style>
span { border-color: #D8CA5A; }
span { border-color: rgb(216,202,90); }
td.TdClassName
{
border-color: #D8CA5A;
}
.TagClassName
{
border-color: #D8CA5A;
}
</style>