Shades of Deco #C9D67B
Tints of Deco #C9D67B
RGB
CMYK
RGB Variations
Color information
#C9D67B (or 0xC9D67B) is known color: Deco. HEX triplet: C9, D6 and 7B. RGB value is (201,214,123). Sum of RGB (Red+Green+Blue) = 201+214+123=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D67B is #362984. Grayscale: #C8C8C8. Windows color (decimal): -3549573 or 8115913. OLE color: 8115913.
HSL color Cylindrical-coordinate representation of color #C9D67B: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9D67B is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 123 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.16 |
| HSL | 68.57º | 0.53% | 0.66% | - |
| HSV(B) | 68.57º | 0.43% | 0.84% | - |
| XYZ | 51.71 | 61.94 | 27.97 | - |
| YUV | 199.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 123 | 0.06 | 0 | 0.43 | 0.16 | 68.57 | 0.53 | 0.66 |
| Hex | C9 | D6 | 7B | 6 | 0 | 2B | 10 | 45 | 35 | 42 |
| Octal | 311 | 326 | 173 | 6 | 0 | 53 | 20 | 105 | 65 | 102 |
| Binary | 11001001 | 11010110 | 1111011 | 110 | 0 | 101011 | 10000 | 1000101 | 110101 | 1000010 |
Color Harmonies of #C9D67B
Complementary color
Monochromatic Colors of #C9D67B
Black with #C9D67B
Text Example
Text Example
White with #C9D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D67B; }
p { color: rgb(201,214,123); }
H1.HeaderClassName
{
color: #C9D67B;
}
.AnyTagClassName
{
color: #C9D67B;
}
</style>
background-color css
<style>
a { background-color: #C9D67B; }
a { background-color: rgb(201,214,123); }
div.DivClassName
{
background-color: #C9D67B;
}
.BgClassName
{
background-color: #C9D67B;
}
</style>
border-color css
<style>
span { border-color: #C9D67B; }
span { border-color: rgb(201,214,123); }
td.TdClassName
{
border-color: #C9D67B;
}
.TagClassName
{
border-color: #C9D67B;
}
</style>