Shades of Deco #C9D38A
Tints of Deco #C9D38A
RGB
CMYK
RGB Variations
Color information
#C9D38A (or 0xC9D38A) is known color: Deco. HEX triplet: C9, D3 and 8A. RGB value is (201,211,138). Sum of RGB (Red+Green+Blue) = 201+211+138=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D38A is #362C75. Grayscale: #C7C7C7. Windows color (decimal): -3550326 or 9098185. OLE color: 9098185.
HSL color Cylindrical-coordinate representation of color #C9D38A: hue angle of 68.22º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9D38A is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 138 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.17 |
| HSL | 68.22º | 0.45% | 0.68% | - |
| HSV(B) | 68.22º | 0.35% | 0.83% | - |
| XYZ | 51.97 | 60.84 | 33.05 | - |
| YUV | 199.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 138 | 0.05 | 0 | 0.35 | 0.17 | 68.22 | 0.45 | 0.68 |
| Hex | C9 | D3 | 8A | 5 | 0 | 23 | 11 | 44 | 2D | 44 |
| Octal | 311 | 323 | 212 | 5 | 0 | 43 | 21 | 104 | 55 | 104 |
| Binary | 11001001 | 11010011 | 10001010 | 101 | 0 | 100011 | 10001 | 1000100 | 101101 | 1000100 |
Color Harmonies of #C9D38A
Complementary color
Monochromatic Colors of #C9D38A
Black with #C9D38A
Text Example
Text Example
White with #C9D38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D38A; }
p { color: rgb(201,211,138); }
H1.HeaderClassName
{
color: #C9D38A;
}
.AnyTagClassName
{
color: #C9D38A;
}
</style>
background-color css
<style>
a { background-color: #C9D38A; }
a { background-color: rgb(201,211,138); }
div.DivClassName
{
background-color: #C9D38A;
}
.BgClassName
{
background-color: #C9D38A;
}
</style>
border-color css
<style>
span { border-color: #C9D38A; }
span { border-color: rgb(201,211,138); }
td.TdClassName
{
border-color: #C9D38A;
}
.TagClassName
{
border-color: #C9D38A;
}
</style>