Shades of Confetti #D0C956
Tints of Confetti #D0C956
RGB
CMYK
RGB Variations
Color information
#D0C956 (or 0xD0C956) is known color: Confetti. HEX triplet: D0, C9 and 56. RGB value is (208,201,86). Sum of RGB (Red+Green+Blue) = 208+201+86=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C956 is #2F36A9. Grayscale: #BEBEBE. Windows color (decimal): -3094186 or 5687760. OLE color: 5687760.
HSL color Cylindrical-coordinate representation of color #D0C956: hue angle of 56.56º degrees, saturation: 0.56, 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 #D0C956 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 86 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.18 |
| HSL | 56.56º | 0.56% | 0.58% | - |
| HSV(B) | 56.56º | 0.59% | 0.82% | - |
| XYZ | 48.58 | 55.86 | 17.02 | - |
| YUV | 189.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 86 | 0 | 0.03 | 0.59 | 0.18 | 56.56 | 0.56 | 0.58 |
| Hex | D0 | C9 | 56 | 0 | 3 | 3B | 12 | 39 | 38 | 3A |
| Octal | 320 | 311 | 126 | 0 | 3 | 73 | 22 | 71 | 70 | 72 |
| Binary | 11010000 | 11001001 | 1010110 | 0 | 11 | 111011 | 10010 | 111001 | 111000 | 111010 |
Color Harmonies of #D0C956
Complementary color
Monochromatic Colors of #D0C956
Black with #D0C956
Text Example
Text Example
White with #D0C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C956; }
p { color: rgb(208,201,86); }
H1.HeaderClassName
{
color: #D0C956;
}
.AnyTagClassName
{
color: #D0C956;
}
</style>
background-color css
<style>
a { background-color: #D0C956; }
a { background-color: rgb(208,201,86); }
div.DivClassName
{
background-color: #D0C956;
}
.BgClassName
{
background-color: #D0C956;
}
</style>
border-color css
<style>
span { border-color: #D0C956; }
span { border-color: rgb(208,201,86); }
td.TdClassName
{
border-color: #D0C956;
}
.TagClassName
{
border-color: #D0C956;
}
</style>