Shades of Deco #C9D67F
Tints of Deco #C9D67F
RGB
CMYK
RGB Variations
Color information
#C9D67F (or 0xC9D67F) is known color: Deco. HEX triplet: C9, D6 and 7F. RGB value is (201,214,127). Sum of RGB (Red+Green+Blue) = 201+214+127=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D67F is #362980. Grayscale: #C8C8C8. Windows color (decimal): -3549569 or 8378057. OLE color: 8378057.
HSL color Cylindrical-coordinate representation of color #C9D67F: hue angle of 68.97º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9D67F is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 127 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.16 |
| HSL | 68.97º | 0.51% | 0.67% | - |
| HSV(B) | 68.97º | 0.41% | 0.84% | - |
| XYZ | 51.96 | 62.04 | 29.32 | - |
| YUV | 200.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 127 | 0.06 | 0 | 0.41 | 0.16 | 68.97 | 0.51 | 0.67 |
| Hex | C9 | D6 | 7F | 6 | 0 | 29 | 10 | 45 | 33 | 43 |
| Octal | 311 | 326 | 177 | 6 | 0 | 51 | 20 | 105 | 63 | 103 |
| Binary | 11001001 | 11010110 | 1111111 | 110 | 0 | 101001 | 10000 | 1000101 | 110011 | 1000011 |
Color Harmonies of #C9D67F
Complementary color
Monochromatic Colors of #C9D67F
Black with #C9D67F
Text Example
Text Example
White with #C9D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D67F; }
p { color: rgb(201,214,127); }
H1.HeaderClassName
{
color: #C9D67F;
}
.AnyTagClassName
{
color: #C9D67F;
}
</style>
background-color css
<style>
a { background-color: #C9D67F; }
a { background-color: rgb(201,214,127); }
div.DivClassName
{
background-color: #C9D67F;
}
.BgClassName
{
background-color: #C9D67F;
}
</style>
border-color css
<style>
span { border-color: #C9D67F; }
span { border-color: rgb(201,214,127); }
td.TdClassName
{
border-color: #C9D67F;
}
.TagClassName
{
border-color: #C9D67F;
}
</style>