Shades of Confetti #D0C251
Tints of Confetti #D0C251
RGB
CMYK
RGB Variations
Color information
#D0C251 (or 0xD0C251) is known color: Confetti. HEX triplet: D0, C2 and 51. RGB value is (208,194,81). Sum of RGB (Red+Green+Blue) = 208+194+81=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C251 is #2F3DAE. Grayscale: #B9B9B9. Windows color (decimal): -3095983 or 5358288. OLE color: 5358288.
HSL color Cylindrical-coordinate representation of color #D0C251: hue angle of 53.39º 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 #D0C251 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 81 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.18 |
| HSL | 53.39º | 0.57% | 0.57% | - |
| HSV(B) | 53.39º | 0.61% | 0.82% | - |
| XYZ | 46.79 | 52.59 | 15.47 | - |
| YUV | 185.3 | 69.14 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 81 | 0 | 0.07 | 0.61 | 0.18 | 53.39 | 0.57 | 0.57 |
| Hex | D0 | C2 | 51 | 0 | 7 | 3D | 12 | 35 | 39 | 39 |
| Octal | 320 | 302 | 121 | 0 | 7 | 75 | 22 | 65 | 71 | 71 |
| Binary | 11010000 | 11000010 | 1010001 | 0 | 111 | 111101 | 10010 | 110101 | 111001 | 111001 |
Color Harmonies of #D0C251
Complementary color
Monochromatic Colors of #D0C251
Black with #D0C251
Text Example
Text Example
White with #D0C251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C251; }
p { color: rgb(208,194,81); }
H1.HeaderClassName
{
color: #D0C251;
}
.AnyTagClassName
{
color: #D0C251;
}
</style>
background-color css
<style>
a { background-color: #D0C251; }
a { background-color: rgb(208,194,81); }
div.DivClassName
{
background-color: #D0C251;
}
.BgClassName
{
background-color: #D0C251;
}
</style>
border-color css
<style>
span { border-color: #D0C251; }
span { border-color: rgb(208,194,81); }
td.TdClassName
{
border-color: #D0C251;
}
.TagClassName
{
border-color: #D0C251;
}
</style>