Shades of Confetti #D2C956
Tints of Confetti #D2C956
RGB
CMYK
RGB Variations
Color information
#D2C956 (or 0xD2C956) is known color: Confetti. HEX triplet: D2, C9 and 56. RGB value is (210,201,86). Sum of RGB (Red+Green+Blue) = 210+201+86=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C956 is #2D36A9. Grayscale: #BFBFBF. Windows color (decimal): -2963114 or 5687762. OLE color: 5687762.
HSL color Cylindrical-coordinate representation of color #D2C956: hue angle of 55.65º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2C956 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 86 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.18 |
| HSL | 55.65º | 0.58% | 0.58% | - |
| HSV(B) | 55.65º | 0.59% | 0.82% | - |
| XYZ | 49.14 | 56.15 | 17.05 | - |
| YUV | 190.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 86 | 0 | 0.04 | 0.59 | 0.18 | 55.65 | 0.58 | 0.58 |
| Hex | D2 | C9 | 56 | 0 | 4 | 3B | 12 | 38 | 3A | 3A |
| Octal | 322 | 311 | 126 | 0 | 4 | 73 | 22 | 70 | 72 | 72 |
| Binary | 11010010 | 11001001 | 1010110 | 0 | 100 | 111011 | 10010 | 111000 | 111010 | 111010 |
Color Harmonies of #D2C956
Complementary color
Monochromatic Colors of #D2C956
Black with #D2C956
Text Example
Text Example
White with #D2C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C956; }
p { color: rgb(210,201,86); }
H1.HeaderClassName
{
color: #D2C956;
}
.AnyTagClassName
{
color: #D2C956;
}
</style>
background-color css
<style>
a { background-color: #D2C956; }
a { background-color: rgb(210,201,86); }
div.DivClassName
{
background-color: #D2C956;
}
.BgClassName
{
background-color: #D2C956;
}
</style>
border-color css
<style>
span { border-color: #D2C956; }
span { border-color: rgb(210,201,86); }
td.TdClassName
{
border-color: #D2C956;
}
.TagClassName
{
border-color: #D2C956;
}
</style>