Shades of Deco #C7D771
Tints of Deco #C7D771
RGB
CMYK
RGB Variations
Color information
#C7D771 (or 0xC7D771) is known color: Deco. HEX triplet: C7, D7 and 71. RGB value is (199,215,113). Sum of RGB (Red+Green+Blue) = 199+215+113=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D771 is #38288E. Grayscale: #C6C6C6. Windows color (decimal): -3680399 or 7460807. OLE color: 7460807.
HSL color Cylindrical-coordinate representation of color #C7D771: hue angle of 69.41º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7D771 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 113 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.16 |
| HSL | 69.41º | 0.56% | 0.64% | - |
| HSV(B) | 69.41º | 0.47% | 0.84% | - |
| XYZ | 50.83 | 61.94 | 24.9 | - |
| YUV | 198.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 113 | 0.07 | 0 | 0.47 | 0.16 | 69.41 | 0.56 | 0.64 |
| Hex | C7 | D7 | 71 | 7 | 0 | 2F | 10 | 45 | 38 | 40 |
| Octal | 307 | 327 | 161 | 7 | 0 | 57 | 20 | 105 | 70 | 100 |
| Binary | 11000111 | 11010111 | 1110001 | 111 | 0 | 101111 | 10000 | 1000101 | 111000 | 1000000 |
Color Harmonies of #C7D771
Complementary color
Monochromatic Colors of #C7D771
Black with #C7D771
Text Example
Text Example
White with #C7D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D771; }
p { color: rgb(199,215,113); }
H1.HeaderClassName
{
color: #C7D771;
}
.AnyTagClassName
{
color: #C7D771;
}
</style>
background-color css
<style>
a { background-color: #C7D771; }
a { background-color: rgb(199,215,113); }
div.DivClassName
{
background-color: #C7D771;
}
.BgClassName
{
background-color: #C7D771;
}
</style>
border-color css
<style>
span { border-color: #C7D771; }
span { border-color: rgb(199,215,113); }
td.TdClassName
{
border-color: #C7D771;
}
.TagClassName
{
border-color: #C7D771;
}
</style>