Shades of Confetti #D0C850
Tints of Confetti #D0C850
RGB
CMYK
RGB Variations
Color information
#D0C850 (or 0xD0C850) is known color: Confetti. HEX triplet: D0, C8 and 50. RGB value is (208,200,80). Sum of RGB (Red+Green+Blue) = 208+200+80=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C850 is #2F37AF. Grayscale: #BDBDBD. Windows color (decimal): -3094448 or 5294288. OLE color: 5294288.
HSL color Cylindrical-coordinate representation of color #D0C850: hue angle of 56.25º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0C850 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 80 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.18 |
| HSL | 56.25º | 0.58% | 0.56% | - |
| HSV(B) | 56.25º | 0.62% | 0.82% | - |
| XYZ | 48.11 | 55.3 | 15.73 | - |
| YUV | 188.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 80 | 0 | 0.04 | 0.62 | 0.18 | 56.25 | 0.58 | 0.56 |
| Hex | D0 | C8 | 50 | 0 | 4 | 3E | 12 | 38 | 3A | 38 |
| Octal | 320 | 310 | 120 | 0 | 4 | 76 | 22 | 70 | 72 | 70 |
| Binary | 11010000 | 11001000 | 1010000 | 0 | 100 | 111110 | 10010 | 111000 | 111010 | 111000 |
Color Harmonies of #D0C850
Complementary color
Monochromatic Colors of #D0C850
Black with #D0C850
Text Example
Text Example
White with #D0C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C850; }
p { color: rgb(208,200,80); }
H1.HeaderClassName
{
color: #D0C850;
}
.AnyTagClassName
{
color: #D0C850;
}
</style>
background-color css
<style>
a { background-color: #D0C850; }
a { background-color: rgb(208,200,80); }
div.DivClassName
{
background-color: #D0C850;
}
.BgClassName
{
background-color: #D0C850;
}
</style>
border-color css
<style>
span { border-color: #D0C850; }
span { border-color: rgb(208,200,80); }
td.TdClassName
{
border-color: #D0C850;
}
.TagClassName
{
border-color: #D0C850;
}
</style>