Shades of Confetti #D4C855
Tints of Confetti #D4C855
RGB
CMYK
RGB Variations
Color information
#D4C855 (or 0xD4C855) is known color: Confetti. HEX triplet: D4, C8 and 55. RGB value is (212,200,85). Sum of RGB (Red+Green+Blue) = 212+200+85=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C855 is #2B37AA. Grayscale: #BEBEBE. Windows color (decimal): -2832299 or 5621972. OLE color: 5621972.
HSL color Cylindrical-coordinate representation of color #D4C855: hue angle of 54.33º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4C855 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 200 | 85 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.17 |
| HSL | 54.33º | 0.6% | 0.58% | - |
| HSV(B) | 54.33º | 0.6% | 0.83% | - |
| XYZ | 49.45 | 55.96 | 16.79 | - |
| YUV | 190.48 | 68.48 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 85 | 0 | 0.06 | 0.60 | 0.17 | 54.33 | 0.6 | 0.58 |
| Hex | D4 | C8 | 55 | 0 | 6 | 3C | 11 | 36 | 3C | 3A |
| Octal | 324 | 310 | 125 | 0 | 6 | 74 | 21 | 66 | 74 | 72 |
| Binary | 11010100 | 11001000 | 1010101 | 0 | 110 | 111100 | 10001 | 110110 | 111100 | 111010 |
Color Harmonies of #D4C855
Complementary color
Monochromatic Colors of #D4C855
Black with #D4C855
Text Example
Text Example
White with #D4C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C855; }
p { color: rgb(212,200,85); }
H1.HeaderClassName
{
color: #D4C855;
}
.AnyTagClassName
{
color: #D4C855;
}
</style>
background-color css
<style>
a { background-color: #D4C855; }
a { background-color: rgb(212,200,85); }
div.DivClassName
{
background-color: #D4C855;
}
.BgClassName
{
background-color: #D4C855;
}
</style>
border-color css
<style>
span { border-color: #D4C855; }
span { border-color: rgb(212,200,85); }
td.TdClassName
{
border-color: #D4C855;
}
.TagClassName
{
border-color: #D4C855;
}
</style>