Shades of Deco #C9D57F
Tints of Deco #C9D57F
RGB
CMYK
RGB Variations
Color information
#C9D57F (or 0xC9D57F) is known color: Deco. HEX triplet: C9, D5 and 7F. RGB value is (201,213,127). Sum of RGB (Red+Green+Blue) = 201+213+127=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D57F is #362A80. Grayscale: #C7C7C7. Windows color (decimal): -3549825 or 8377801. OLE color: 8377801.
HSL color Cylindrical-coordinate representation of color #C9D57F: hue angle of 68.37º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9D57F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 127 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.16 |
| HSL | 68.37º | 0.51% | 0.67% | - |
| HSV(B) | 68.37º | 0.4% | 0.84% | - |
| XYZ | 51.71 | 61.54 | 29.23 | - |
| YUV | 199.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 127 | 0.06 | 0 | 0.40 | 0.16 | 68.37 | 0.51 | 0.67 |
| Hex | C9 | D5 | 7F | 6 | 0 | 28 | 10 | 44 | 33 | 43 |
| Octal | 311 | 325 | 177 | 6 | 0 | 50 | 20 | 104 | 63 | 103 |
| Binary | 11001001 | 11010101 | 1111111 | 110 | 0 | 101000 | 10000 | 1000100 | 110011 | 1000011 |
Color Harmonies of #C9D57F
Complementary color
Monochromatic Colors of #C9D57F
Black with #C9D57F
Text Example
Text Example
White with #C9D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D57F; }
p { color: rgb(201,213,127); }
H1.HeaderClassName
{
color: #C9D57F;
}
.AnyTagClassName
{
color: #C9D57F;
}
</style>
background-color css
<style>
a { background-color: #C9D57F; }
a { background-color: rgb(201,213,127); }
div.DivClassName
{
background-color: #C9D57F;
}
.BgClassName
{
background-color: #C9D57F;
}
</style>
border-color css
<style>
span { border-color: #C9D57F; }
span { border-color: rgb(201,213,127); }
td.TdClassName
{
border-color: #C9D57F;
}
.TagClassName
{
border-color: #C9D57F;
}
</style>