Shades of Deco #C9D37B
Tints of Deco #C9D37B
RGB
CMYK
RGB Variations
Color information
#C9D37B (or 0xC9D37B) is known color: Deco. HEX triplet: C9, D3 and 7B. RGB value is (201,211,123). Sum of RGB (Red+Green+Blue) = 201+211+123=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D37B is #362C84. Grayscale: #C6C6C6. Windows color (decimal): -3550341 or 8115145. OLE color: 8115145.
HSL color Cylindrical-coordinate representation of color #C9D37B: hue angle of 66.82º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9D37B is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 123 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.17 |
| HSL | 66.82º | 0.5% | 0.65% | - |
| HSV(B) | 66.82º | 0.42% | 0.83% | - |
| XYZ | 50.96 | 60.44 | 27.72 | - |
| YUV | 197.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 123 | 0.05 | 0 | 0.42 | 0.17 | 66.82 | 0.5 | 0.65 |
| Hex | C9 | D3 | 7B | 5 | 0 | 2A | 11 | 43 | 32 | 41 |
| Octal | 311 | 323 | 173 | 5 | 0 | 52 | 21 | 103 | 62 | 101 |
| Binary | 11001001 | 11010011 | 1111011 | 101 | 0 | 101010 | 10001 | 1000011 | 110010 | 1000001 |
Color Harmonies of #C9D37B
Complementary color
Monochromatic Colors of #C9D37B
Black with #C9D37B
Text Example
Text Example
White with #C9D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D37B; }
p { color: rgb(201,211,123); }
H1.HeaderClassName
{
color: #C9D37B;
}
.AnyTagClassName
{
color: #C9D37B;
}
</style>
background-color css
<style>
a { background-color: #C9D37B; }
a { background-color: rgb(201,211,123); }
div.DivClassName
{
background-color: #C9D37B;
}
.BgClassName
{
background-color: #C9D37B;
}
</style>
border-color css
<style>
span { border-color: #C9D37B; }
span { border-color: rgb(201,211,123); }
td.TdClassName
{
border-color: #C9D37B;
}
.TagClassName
{
border-color: #C9D37B;
}
</style>