Shades of Deco #C7D37A
Tints of Deco #C7D37A
RGB
CMYK
RGB Variations
Color information
#C7D37A (or 0xC7D37A) is known color: Deco. HEX triplet: C7, D3 and 7A. RGB value is (199,211,122). Sum of RGB (Red+Green+Blue) = 199+211+122=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D37A is #382C85. Grayscale: #C5C5C5. Windows color (decimal): -3681414 or 8049607. OLE color: 8049607.
HSL color Cylindrical-coordinate representation of color #C7D37A: hue angle of 68.09º 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 #C7D37A is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 122 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.17 |
| HSL | 68.09º | 0.5% | 0.65% | - |
| HSV(B) | 68.09º | 0.42% | 0.83% | - |
| XYZ | 50.36 | 60.14 | 27.37 | - |
| YUV | 197.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 122 | 0.06 | 0 | 0.42 | 0.17 | 68.09 | 0.5 | 0.65 |
| Hex | C7 | D3 | 7A | 6 | 0 | 2A | 11 | 44 | 32 | 41 |
| Octal | 307 | 323 | 172 | 6 | 0 | 52 | 21 | 104 | 62 | 101 |
| Binary | 11000111 | 11010011 | 1111010 | 110 | 0 | 101010 | 10001 | 1000100 | 110010 | 1000001 |
Color Harmonies of #C7D37A
Complementary color
Monochromatic Colors of #C7D37A
Black with #C7D37A
Text Example
Text Example
White with #C7D37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D37A; }
p { color: rgb(199,211,122); }
H1.HeaderClassName
{
color: #C7D37A;
}
.AnyTagClassName
{
color: #C7D37A;
}
</style>
background-color css
<style>
a { background-color: #C7D37A; }
a { background-color: rgb(199,211,122); }
div.DivClassName
{
background-color: #C7D37A;
}
.BgClassName
{
background-color: #C7D37A;
}
</style>
border-color css
<style>
span { border-color: #C7D37A; }
span { border-color: rgb(199,211,122); }
td.TdClassName
{
border-color: #C7D37A;
}
.TagClassName
{
border-color: #C7D37A;
}
</style>