Shades of Deco #C9DB7E
Tints of Deco #C9DB7E
RGB
CMYK
RGB Variations
Color information
#C9DB7E (or 0xC9DB7E) is known color: Deco. HEX triplet: C9, DB and 7E. RGB value is (201,219,126). Sum of RGB (Red+Green+Blue) = 201+219+126=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB7E is #362481. Grayscale: #CBCBCB. Windows color (decimal): -3548290 or 8313801. OLE color: 8313801.
HSL color Cylindrical-coordinate representation of color #C9DB7E: hue angle of 71.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9DB7E is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 126 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.14 |
| HSL | 71.61º | 0.56% | 0.68% | - |
| HSV(B) | 71.61º | 0.42% | 0.86% | - |
| XYZ | 53.18 | 64.59 | 29.4 | - |
| YUV | 203.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 126 | 0.08 | 0 | 0.42 | 0.14 | 71.61 | 0.56 | 0.68 |
| Hex | C9 | DB | 7E | 8 | 0 | 2A | E | 48 | 38 | 44 |
| Octal | 311 | 333 | 176 | 10 | 0 | 52 | 16 | 110 | 70 | 104 |
| Binary | 11001001 | 11011011 | 1111110 | 1000 | 0 | 101010 | 1110 | 1001000 | 111000 | 1000100 |
Color Harmonies of #C9DB7E
Complementary color
Monochromatic Colors of #C9DB7E
Black with #C9DB7E
Text Example
Text Example
White with #C9DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB7E; }
p { color: rgb(201,219,126); }
H1.HeaderClassName
{
color: #C9DB7E;
}
.AnyTagClassName
{
color: #C9DB7E;
}
</style>
background-color css
<style>
a { background-color: #C9DB7E; }
a { background-color: rgb(201,219,126); }
div.DivClassName
{
background-color: #C9DB7E;
}
.BgClassName
{
background-color: #C9DB7E;
}
</style>
border-color css
<style>
span { border-color: #C9DB7E; }
span { border-color: rgb(201,219,126); }
td.TdClassName
{
border-color: #C9DB7E;
}
.TagClassName
{
border-color: #C9DB7E;
}
</style>