Shades of Deco #C9D47D
Tints of Deco #C9D47D
RGB
CMYK
RGB Variations
Color information
#C9D47D (or 0xC9D47D) is known color: Deco. HEX triplet: C9, D4 and 7D. RGB value is (201,212,125). Sum of RGB (Red+Green+Blue) = 201+212+125=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D47D is #362B82. Grayscale: #C7C7C7. Windows color (decimal): -3550083 or 8246473. OLE color: 8246473.
HSL color Cylindrical-coordinate representation of color #C9D47D: hue angle of 67.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9D47D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 212 | 125 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.17 |
| HSL | 67.59º | 0.5% | 0.66% | - |
| HSV(B) | 67.59º | 0.41% | 0.83% | - |
| XYZ | 51.33 | 60.99 | 28.47 | - |
| YUV | 198.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 212 | 125 | 0.05 | 0 | 0.41 | 0.17 | 67.59 | 0.5 | 0.66 |
| Hex | C9 | D4 | 7D | 5 | 0 | 29 | 11 | 44 | 32 | 42 |
| Octal | 311 | 324 | 175 | 5 | 0 | 51 | 21 | 104 | 62 | 102 |
| Binary | 11001001 | 11010100 | 1111101 | 101 | 0 | 101001 | 10001 | 1000100 | 110010 | 1000010 |
Color Harmonies of #C9D47D
Complementary color
Monochromatic Colors of #C9D47D
Black with #C9D47D
Text Example
Text Example
White with #C9D47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D47D; }
p { color: rgb(201,212,125); }
H1.HeaderClassName
{
color: #C9D47D;
}
.AnyTagClassName
{
color: #C9D47D;
}
</style>
background-color css
<style>
a { background-color: #C9D47D; }
a { background-color: rgb(201,212,125); }
div.DivClassName
{
background-color: #C9D47D;
}
.BgClassName
{
background-color: #C9D47D;
}
</style>
border-color css
<style>
span { border-color: #C9D47D; }
span { border-color: rgb(201,212,125); }
td.TdClassName
{
border-color: #C9D47D;
}
.TagClassName
{
border-color: #C9D47D;
}
</style>