Shades of Deco #C9D27E
Tints of Deco #C9D27E
RGB
CMYK
RGB Variations
Color information
#C9D27E (or 0xC9D27E) is known color: Deco. HEX triplet: C9, D2 and 7E. RGB value is (201,210,126). Sum of RGB (Red+Green+Blue) = 201+210+126=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D27E is #362D81. Grayscale: #C6C6C6. Windows color (decimal): -3550594 or 8311497. OLE color: 8311497.
HSL color Cylindrical-coordinate representation of color #C9D27E: hue angle of 66.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9D27E is Cyan = 0.04, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 126 | - |
| CMYK | 0.04 | 0 | 0.4 | 0.18 |
| HSL | 66.43º | 0.48% | 0.66% | - |
| HSV(B) | 66.43º | 0.4% | 0.82% | - |
| XYZ | 50.9 | 60.02 | 28.64 | - |
| YUV | 197.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 126 | 0.04 | 0 | 0.4 | 0.18 | 66.43 | 0.48 | 0.66 |
| Hex | C9 | D2 | 7E | 4 | 0 | 28 | 12 | 42 | 30 | 42 |
| Octal | 311 | 322 | 176 | 4 | 0 | 50 | 22 | 102 | 60 | 102 |
| Binary | 11001001 | 11010010 | 1111110 | 100 | 0 | 101000 | 10010 | 1000010 | 110000 | 1000010 |
Color Harmonies of #C9D27E
Complementary color
Monochromatic Colors of #C9D27E
Black with #C9D27E
Text Example
Text Example
White with #C9D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D27E; }
p { color: rgb(201,210,126); }
H1.HeaderClassName
{
color: #C9D27E;
}
.AnyTagClassName
{
color: #C9D27E;
}
</style>
background-color css
<style>
a { background-color: #C9D27E; }
a { background-color: rgb(201,210,126); }
div.DivClassName
{
background-color: #C9D27E;
}
.BgClassName
{
background-color: #C9D27E;
}
</style>
border-color css
<style>
span { border-color: #C9D27E; }
span { border-color: rgb(201,210,126); }
td.TdClassName
{
border-color: #C9D27E;
}
.TagClassName
{
border-color: #C9D27E;
}
</style>