Shades of Deco #C4D37A
Tints of Deco #C4D37A
RGB
CMYK
RGB Variations
Color information
#C4D37A (or 0xC4D37A) is known color: Deco. HEX triplet: C4, D3 and 7A. RGB value is (196,211,122). Sum of RGB (Red+Green+Blue) = 196+211+122=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D37A is #3B2C85. Grayscale: #C4C4C4. Windows color (decimal): -3878022 or 8049604. OLE color: 8049604.
HSL color Cylindrical-coordinate representation of color #C4D37A: hue angle of 70.11º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4D37A is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 122 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.17 |
| HSL | 70.11º | 0.5% | 0.65% | - |
| HSV(B) | 70.11º | 0.42% | 0.83% | - |
| XYZ | 49.57 | 59.73 | 27.33 | - |
| YUV | 196.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 122 | 0.07 | 0 | 0.42 | 0.17 | 70.11 | 0.5 | 0.65 |
| Hex | C4 | D3 | 7A | 7 | 0 | 2A | 11 | 46 | 32 | 41 |
| Octal | 304 | 323 | 172 | 7 | 0 | 52 | 21 | 106 | 62 | 101 |
| Binary | 11000100 | 11010011 | 1111010 | 111 | 0 | 101010 | 10001 | 1000110 | 110010 | 1000001 |
Color Harmonies of #C4D37A
Complementary color
Monochromatic Colors of #C4D37A
Black with #C4D37A
Text Example
Text Example
White with #C4D37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D37A; }
p { color: rgb(196,211,122); }
H1.HeaderClassName
{
color: #C4D37A;
}
.AnyTagClassName
{
color: #C4D37A;
}
</style>
background-color css
<style>
a { background-color: #C4D37A; }
a { background-color: rgb(196,211,122); }
div.DivClassName
{
background-color: #C4D37A;
}
.BgClassName
{
background-color: #C4D37A;
}
</style>
border-color css
<style>
span { border-color: #C4D37A; }
span { border-color: rgb(196,211,122); }
td.TdClassName
{
border-color: #C4D37A;
}
.TagClassName
{
border-color: #C4D37A;
}
</style>