Shades of Deco #C9D57A
Tints of Deco #C9D57A
RGB
CMYK
RGB Variations
Color information
#C9D57A (or 0xC9D57A) is known color: Deco. HEX triplet: C9, D5 and 7A. RGB value is (201,213,122). Sum of RGB (Red+Green+Blue) = 201+213+122=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D57A is #362A85. Grayscale: #C7C7C7. Windows color (decimal): -3549830 or 8050121. OLE color: 8050121.
HSL color Cylindrical-coordinate representation of color #C9D57A: hue angle of 67.91º degrees, saturation: 0.52, 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 #C9D57A is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 122 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.16 |
| HSL | 67.91º | 0.52% | 0.66% | - |
| HSV(B) | 67.91º | 0.43% | 0.84% | - |
| XYZ | 51.39 | 61.41 | 27.56 | - |
| YUV | 199.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 122 | 0.06 | 0 | 0.43 | 0.16 | 67.91 | 0.52 | 0.66 |
| Hex | C9 | D5 | 7A | 6 | 0 | 2B | 10 | 44 | 34 | 42 |
| Octal | 311 | 325 | 172 | 6 | 0 | 53 | 20 | 104 | 64 | 102 |
| Binary | 11001001 | 11010101 | 1111010 | 110 | 0 | 101011 | 10000 | 1000100 | 110100 | 1000010 |
Color Harmonies of #C9D57A
Complementary color
Monochromatic Colors of #C9D57A
Black with #C9D57A
Text Example
Text Example
White with #C9D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D57A; }
p { color: rgb(201,213,122); }
H1.HeaderClassName
{
color: #C9D57A;
}
.AnyTagClassName
{
color: #C9D57A;
}
</style>
background-color css
<style>
a { background-color: #C9D57A; }
a { background-color: rgb(201,213,122); }
div.DivClassName
{
background-color: #C9D57A;
}
.BgClassName
{
background-color: #C9D57A;
}
</style>
border-color css
<style>
span { border-color: #C9D57A; }
span { border-color: rgb(201,213,122); }
td.TdClassName
{
border-color: #C9D57A;
}
.TagClassName
{
border-color: #C9D57A;
}
</style>