Shades of Deco #C8DB75
Tints of Deco #C8DB75
RGB
CMYK
RGB Variations
Color information
#C8DB75 (or 0xC8DB75) is known color: Deco. HEX triplet: C8, DB and 75. RGB value is (200,219,117). Sum of RGB (Red+Green+Blue) = 200+219+117=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DB75 is #37248A. Grayscale: #CACACA. Windows color (decimal): -3613835 or 7723976. OLE color: 7723976.
HSL color Cylindrical-coordinate representation of color #C8DB75: hue angle of 71.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8DB75 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 117 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.14 |
| HSL | 71.18º | 0.59% | 0.66% | - |
| HSV(B) | 71.18º | 0.47% | 0.86% | - |
| XYZ | 52.36 | 64.23 | 26.47 | - |
| YUV | 201.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 117 | 0.09 | 0 | 0.47 | 0.14 | 71.18 | 0.59 | 0.66 |
| Hex | C8 | DB | 75 | 9 | 0 | 2F | E | 47 | 3B | 42 |
| Octal | 310 | 333 | 165 | 11 | 0 | 57 | 16 | 107 | 73 | 102 |
| Binary | 11001000 | 11011011 | 1110101 | 1001 | 0 | 101111 | 1110 | 1000111 | 111011 | 1000010 |
Color Harmonies of #C8DB75
Complementary color
Monochromatic Colors of #C8DB75
Black with #C8DB75
Text Example
Text Example
White with #C8DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB75; }
p { color: rgb(200,219,117); }
H1.HeaderClassName
{
color: #C8DB75;
}
.AnyTagClassName
{
color: #C8DB75;
}
</style>
background-color css
<style>
a { background-color: #C8DB75; }
a { background-color: rgb(200,219,117); }
div.DivClassName
{
background-color: #C8DB75;
}
.BgClassName
{
background-color: #C8DB75;
}
</style>
border-color css
<style>
span { border-color: #C8DB75; }
span { border-color: rgb(200,219,117); }
td.TdClassName
{
border-color: #C8DB75;
}
.TagClassName
{
border-color: #C8DB75;
}
</style>