Shades of Confetti #D0C852
Tints of Confetti #D0C852
RGB
CMYK
RGB Variations
Color information
#D0C852 (or 0xD0C852) is known color: Confetti. HEX triplet: D0, C8 and 52. RGB value is (208,200,82). Sum of RGB (Red+Green+Blue) = 208+200+82=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C852 is #2F37AD. Grayscale: #BDBDBD. Windows color (decimal): -3094446 or 5425360. OLE color: 5425360.
HSL color Cylindrical-coordinate representation of color #D0C852: hue angle of 56.19º 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 #D0C852 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 82 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.18 |
| HSL | 56.19º | 0.57% | 0.57% | - |
| HSV(B) | 56.19º | 0.61% | 0.82% | - |
| XYZ | 48.19 | 55.33 | 16.12 | - |
| YUV | 188.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 82 | 0 | 0.04 | 0.61 | 0.18 | 56.19 | 0.57 | 0.57 |
| Hex | D0 | C8 | 52 | 0 | 4 | 3D | 12 | 38 | 39 | 39 |
| Octal | 320 | 310 | 122 | 0 | 4 | 75 | 22 | 70 | 71 | 71 |
| Binary | 11010000 | 11001000 | 1010010 | 0 | 100 | 111101 | 10010 | 111000 | 111001 | 111001 |
Color Harmonies of #D0C852
Complementary color
Monochromatic Colors of #D0C852
Black with #D0C852
Text Example
Text Example
White with #D0C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C852; }
p { color: rgb(208,200,82); }
H1.HeaderClassName
{
color: #D0C852;
}
.AnyTagClassName
{
color: #D0C852;
}
</style>
background-color css
<style>
a { background-color: #D0C852; }
a { background-color: rgb(208,200,82); }
div.DivClassName
{
background-color: #D0C852;
}
.BgClassName
{
background-color: #D0C852;
}
</style>
border-color css
<style>
span { border-color: #D0C852; }
span { border-color: rgb(208,200,82); }
td.TdClassName
{
border-color: #D0C852;
}
.TagClassName
{
border-color: #D0C852;
}
</style>