Shades of Deco #C8DB72
Tints of Deco #C8DB72
RGB
CMYK
RGB Variations
Color information
#C8DB72 (or 0xC8DB72) is known color: Deco. HEX triplet: C8, DB and 72. RGB value is (200,219,114). Sum of RGB (Red+Green+Blue) = 200+219+114=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DB72 is #37248D. Grayscale: #C9C9C9. Windows color (decimal): -3613838 or 7527368. OLE color: 7527368.
HSL color Cylindrical-coordinate representation of color #C8DB72: hue angle of 70.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8DB72 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 114 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.14 |
| HSL | 70.86º | 0.59% | 0.65% | - |
| HSV(B) | 70.86º | 0.48% | 0.86% | - |
| XYZ | 52.19 | 64.16 | 25.55 | - |
| YUV | 201.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 114 | 0.09 | 0 | 0.48 | 0.14 | 70.86 | 0.59 | 0.65 |
| Hex | C8 | DB | 72 | 9 | 0 | 30 | E | 47 | 3B | 41 |
| Octal | 310 | 333 | 162 | 11 | 0 | 60 | 16 | 107 | 73 | 101 |
| Binary | 11001000 | 11011011 | 1110010 | 1001 | 0 | 110000 | 1110 | 1000111 | 111011 | 1000001 |
Color Harmonies of #C8DB72
Complementary color
Monochromatic Colors of #C8DB72
Black with #C8DB72
Text Example
Text Example
White with #C8DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB72; }
p { color: rgb(200,219,114); }
H1.HeaderClassName
{
color: #C8DB72;
}
.AnyTagClassName
{
color: #C8DB72;
}
</style>
background-color css
<style>
a { background-color: #C8DB72; }
a { background-color: rgb(200,219,114); }
div.DivClassName
{
background-color: #C8DB72;
}
.BgClassName
{
background-color: #C8DB72;
}
</style>
border-color css
<style>
span { border-color: #C8DB72; }
span { border-color: rgb(200,219,114); }
td.TdClassName
{
border-color: #C8DB72;
}
.TagClassName
{
border-color: #C8DB72;
}
</style>