Shades of Deco #C8D279
Tints of Deco #C8D279
RGB
CMYK
RGB Variations
Color information
#C8D279 (or 0xC8D279) is known color: Deco. HEX triplet: C8, D2 and 79. RGB value is (200,210,121). Sum of RGB (Red+Green+Blue) = 200+210+121=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D279 is #372D86. Grayscale: #C5C5C5. Windows color (decimal): -3616135 or 7983816. OLE color: 7983816.
HSL color Cylindrical-coordinate representation of color #C8D279: hue angle of 66.74º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8D279 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 121 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.18 |
| HSL | 66.74º | 0.5% | 0.65% | - |
| HSV(B) | 66.74º | 0.42% | 0.82% | - |
| XYZ | 50.32 | 59.75 | 26.97 | - |
| YUV | 196.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 121 | 0.05 | 0 | 0.42 | 0.18 | 66.74 | 0.5 | 0.65 |
| Hex | C8 | D2 | 79 | 5 | 0 | 2A | 12 | 43 | 32 | 41 |
| Octal | 310 | 322 | 171 | 5 | 0 | 52 | 22 | 103 | 62 | 101 |
| Binary | 11001000 | 11010010 | 1111001 | 101 | 0 | 101010 | 10010 | 1000011 | 110010 | 1000001 |
Color Harmonies of #C8D279
Complementary color
Monochromatic Colors of #C8D279
Black with #C8D279
Text Example
Text Example
White with #C8D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D279; }
p { color: rgb(200,210,121); }
H1.HeaderClassName
{
color: #C8D279;
}
.AnyTagClassName
{
color: #C8D279;
}
</style>
background-color css
<style>
a { background-color: #C8D279; }
a { background-color: rgb(200,210,121); }
div.DivClassName
{
background-color: #C8D279;
}
.BgClassName
{
background-color: #C8D279;
}
</style>
border-color css
<style>
span { border-color: #C8D279; }
span { border-color: rgb(200,210,121); }
td.TdClassName
{
border-color: #C8D279;
}
.TagClassName
{
border-color: #C8D279;
}
</style>