Shades of Confetti #D8C956
Tints of Confetti #D8C956
RGB
CMYK
RGB Variations
Color information
#D8C956 (or 0xD8C956) is known color: Confetti. HEX triplet: D8, C9 and 56. RGB value is (216,201,86). Sum of RGB (Red+Green+Blue) = 216+201+86=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C956 is #2736A9. Grayscale: #C0C0C0. Windows color (decimal): -2569898 or 5687768. OLE color: 5687768.
HSL color Cylindrical-coordinate representation of color #D8C956: hue angle of 53.08º degrees, saturation: 0.62, 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 #D8C956 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 86 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.15 |
| HSL | 53.08º | 0.63% | 0.59% | - |
| HSV(B) | 53.08º | 0.6% | 0.85% | - |
| XYZ | 50.89 | 57.04 | 17.13 | - |
| YUV | 192.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 86 | 0 | 0.07 | 0.60 | 0.15 | 53.08 | 0.63 | 0.59 |
| Hex | D8 | C9 | 56 | 0 | 7 | 3C | F | 35 | 3E | 3B |
| Octal | 330 | 311 | 126 | 0 | 7 | 74 | 17 | 65 | 76 | 73 |
| Binary | 11011000 | 11001001 | 1010110 | 0 | 111 | 111100 | 1111 | 110101 | 111110 | 111011 |
Color Harmonies of #D8C956
Complementary color
Monochromatic Colors of #D8C956
Black with #D8C956
Text Example
Text Example
White with #D8C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C956; }
p { color: rgb(216,201,86); }
H1.HeaderClassName
{
color: #D8C956;
}
.AnyTagClassName
{
color: #D8C956;
}
</style>
background-color css
<style>
a { background-color: #D8C956; }
a { background-color: rgb(216,201,86); }
div.DivClassName
{
background-color: #D8C956;
}
.BgClassName
{
background-color: #D8C956;
}
</style>
border-color css
<style>
span { border-color: #D8C956; }
span { border-color: rgb(216,201,86); }
td.TdClassName
{
border-color: #D8C956;
}
.TagClassName
{
border-color: #D8C956;
}
</style>