Shades of Confetti #D0CC51
Tints of Confetti #D0CC51
RGB
CMYK
RGB Variations
Color information
#D0CC51 (or 0xD0CC51) is known color: Confetti. HEX triplet: D0, CC and 51. RGB value is (208,204,81). Sum of RGB (Red+Green+Blue) = 208+204+81=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC51 is #2F33AE. Grayscale: #BFBFBF. Windows color (decimal): -3093423 or 5360848. OLE color: 5360848.
HSL color Cylindrical-coordinate representation of color #D0CC51: hue angle of 58.11º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0CC51 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 81 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.18 |
| HSL | 58.11º | 0.57% | 0.57% | - |
| HSV(B) | 58.11º | 0.61% | 0.82% | - |
| XYZ | 49.09 | 57.19 | 16.24 | - |
| YUV | 191.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 81 | 0 | 0.02 | 0.61 | 0.18 | 58.11 | 0.57 | 0.57 |
| Hex | D0 | CC | 51 | 0 | 2 | 3D | 12 | 3A | 39 | 39 |
| Octal | 320 | 314 | 121 | 0 | 2 | 75 | 22 | 72 | 71 | 71 |
| Binary | 11010000 | 11001100 | 1010001 | 0 | 10 | 111101 | 10010 | 111010 | 111001 | 111001 |
Color Harmonies of #D0CC51
Complementary color
Monochromatic Colors of #D0CC51
Black with #D0CC51
Text Example
Text Example
White with #D0CC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC51; }
p { color: rgb(208,204,81); }
H1.HeaderClassName
{
color: #D0CC51;
}
.AnyTagClassName
{
color: #D0CC51;
}
</style>
background-color css
<style>
a { background-color: #D0CC51; }
a { background-color: rgb(208,204,81); }
div.DivClassName
{
background-color: #D0CC51;
}
.BgClassName
{
background-color: #D0CC51;
}
</style>
border-color css
<style>
span { border-color: #D0CC51; }
span { border-color: rgb(208,204,81); }
td.TdClassName
{
border-color: #D0CC51;
}
.TagClassName
{
border-color: #D0CC51;
}
</style>