Shades of Deco #C9D07B
Tints of Deco #C9D07B
RGB
CMYK
RGB Variations
Color information
#C9D07B (or 0xC9D07B) is known color: Deco. HEX triplet: C9, D0 and 7B. RGB value is (201,208,123). Sum of RGB (Red+Green+Blue) = 201+208+123=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D07B is #362F84. Grayscale: #C4C4C4. Windows color (decimal): -3551109 or 8114377. OLE color: 8114377.
HSL color Cylindrical-coordinate representation of color #C9D07B: hue angle of 64.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9D07B is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 123 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.18 |
| HSL | 64.94º | 0.47% | 0.65% | - |
| HSV(B) | 64.94º | 0.41% | 0.82% | - |
| XYZ | 50.22 | 58.96 | 27.47 | - |
| YUV | 196.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 123 | 0.03 | 0 | 0.41 | 0.18 | 64.94 | 0.47 | 0.65 |
| Hex | C9 | D0 | 7B | 3 | 0 | 29 | 12 | 41 | 2F | 41 |
| Octal | 311 | 320 | 173 | 3 | 0 | 51 | 22 | 101 | 57 | 101 |
| Binary | 11001001 | 11010000 | 1111011 | 11 | 0 | 101001 | 10010 | 1000001 | 101111 | 1000001 |
Color Harmonies of #C9D07B
Complementary color
Monochromatic Colors of #C9D07B
Black with #C9D07B
Text Example
Text Example
White with #C9D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D07B; }
p { color: rgb(201,208,123); }
H1.HeaderClassName
{
color: #C9D07B;
}
.AnyTagClassName
{
color: #C9D07B;
}
</style>
background-color css
<style>
a { background-color: #C9D07B; }
a { background-color: rgb(201,208,123); }
div.DivClassName
{
background-color: #C9D07B;
}
.BgClassName
{
background-color: #C9D07B;
}
</style>
border-color css
<style>
span { border-color: #C9D07B; }
span { border-color: rgb(201,208,123); }
td.TdClassName
{
border-color: #C9D07B;
}
.TagClassName
{
border-color: #C9D07B;
}
</style>