Shades of Deco #C8D17A
Tints of Deco #C8D17A
RGB
CMYK
RGB Variations
Color information
#C8D17A (or 0xC8D17A) is known color: Deco. HEX triplet: C8, D1 and 7A. RGB value is (200,209,122). Sum of RGB (Red+Green+Blue) = 200+209+122=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D17A is #372E85. Grayscale: #C4C4C4. Windows color (decimal): -3616390 or 8049096. OLE color: 8049096.
HSL color Cylindrical-coordinate representation of color #C8D17A: hue angle of 66.21º degrees, saturation: 0.49, 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 #C8D17A is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 122 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.18 |
| HSL | 66.21º | 0.49% | 0.65% | - |
| HSV(B) | 66.21º | 0.42% | 0.82% | - |
| XYZ | 50.13 | 59.29 | 27.21 | - |
| YUV | 196.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 122 | 0.04 | 0 | 0.42 | 0.18 | 66.21 | 0.49 | 0.65 |
| Hex | C8 | D1 | 7A | 4 | 0 | 2A | 12 | 42 | 31 | 41 |
| Octal | 310 | 321 | 172 | 4 | 0 | 52 | 22 | 102 | 61 | 101 |
| Binary | 11001000 | 11010001 | 1111010 | 100 | 0 | 101010 | 10010 | 1000010 | 110001 | 1000001 |
Color Harmonies of #C8D17A
Complementary color
Monochromatic Colors of #C8D17A
Black with #C8D17A
Text Example
Text Example
White with #C8D17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D17A; }
p { color: rgb(200,209,122); }
H1.HeaderClassName
{
color: #C8D17A;
}
.AnyTagClassName
{
color: #C8D17A;
}
</style>
background-color css
<style>
a { background-color: #C8D17A; }
a { background-color: rgb(200,209,122); }
div.DivClassName
{
background-color: #C8D17A;
}
.BgClassName
{
background-color: #C8D17A;
}
</style>
border-color css
<style>
span { border-color: #C8D17A; }
span { border-color: rgb(200,209,122); }
td.TdClassName
{
border-color: #C8D17A;
}
.TagClassName
{
border-color: #C8D17A;
}
</style>