Shades of Deco #C9D57D
Tints of Deco #C9D57D
RGB
CMYK
RGB Variations
Color information
#C9D57D (or 0xC9D57D) is known color: Deco. HEX triplet: C9, D5 and 7D. RGB value is (201,213,125). Sum of RGB (Red+Green+Blue) = 201+213+125=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D57D is #362A82. Grayscale: #C7C7C7. Windows color (decimal): -3549827 or 8246729. OLE color: 8246729.
HSL color Cylindrical-coordinate representation of color #C9D57D: hue angle of 68.18º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9D57D is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 125 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.16 |
| HSL | 68.18º | 0.51% | 0.66% | - |
| HSV(B) | 68.18º | 0.41% | 0.84% | - |
| XYZ | 51.58 | 61.49 | 28.55 | - |
| YUV | 199.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 125 | 0.06 | 0 | 0.41 | 0.16 | 68.18 | 0.51 | 0.66 |
| Hex | C9 | D5 | 7D | 6 | 0 | 29 | 10 | 44 | 33 | 42 |
| Octal | 311 | 325 | 175 | 6 | 0 | 51 | 20 | 104 | 63 | 102 |
| Binary | 11001001 | 11010101 | 1111101 | 110 | 0 | 101001 | 10000 | 1000100 | 110011 | 1000010 |
Color Harmonies of #C9D57D
Complementary color
Monochromatic Colors of #C9D57D
Black with #C9D57D
Text Example
Text Example
White with #C9D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D57D; }
p { color: rgb(201,213,125); }
H1.HeaderClassName
{
color: #C9D57D;
}
.AnyTagClassName
{
color: #C9D57D;
}
</style>
background-color css
<style>
a { background-color: #C9D57D; }
a { background-color: rgb(201,213,125); }
div.DivClassName
{
background-color: #C9D57D;
}
.BgClassName
{
background-color: #C9D57D;
}
</style>
border-color css
<style>
span { border-color: #C9D57D; }
span { border-color: rgb(201,213,125); }
td.TdClassName
{
border-color: #C9D57D;
}
.TagClassName
{
border-color: #C9D57D;
}
</style>