Shades of Deco #C7D071
Tints of Deco #C7D071
RGB
CMYK
RGB Variations
Color information
#C7D071 (or 0xC7D071) is known color: Deco. HEX triplet: C7, D0 and 71. RGB value is (199,208,113). Sum of RGB (Red+Green+Blue) = 199+208+113=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D071 is #382F8E. Grayscale: #C2C2C2. Windows color (decimal): -3682191 or 7459015. OLE color: 7459015.
HSL color Cylindrical-coordinate representation of color #C7D071: hue angle of 65.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7D071 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 113 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.18 |
| HSL | 65.68º | 0.5% | 0.63% | - |
| HSV(B) | 65.68º | 0.46% | 0.82% | - |
| XYZ | 49.09 | 58.45 | 24.32 | - |
| YUV | 194.48 | 82.02 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 113 | 0.04 | 0 | 0.46 | 0.18 | 65.68 | 0.5 | 0.63 |
| Hex | C7 | D0 | 71 | 4 | 0 | 2E | 12 | 42 | 32 | 3F |
| Octal | 307 | 320 | 161 | 4 | 0 | 56 | 22 | 102 | 62 | 77 |
| Binary | 11000111 | 11010000 | 1110001 | 100 | 0 | 101110 | 10010 | 1000010 | 110010 | 111111 |
Color Harmonies of #C7D071
Complementary color
Monochromatic Colors of #C7D071
Black with #C7D071
Text Example
Text Example
White with #C7D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D071; }
p { color: rgb(199,208,113); }
H1.HeaderClassName
{
color: #C7D071;
}
.AnyTagClassName
{
color: #C7D071;
}
</style>
background-color css
<style>
a { background-color: #C7D071; }
a { background-color: rgb(199,208,113); }
div.DivClassName
{
background-color: #C7D071;
}
.BgClassName
{
background-color: #C7D071;
}
</style>
border-color css
<style>
span { border-color: #C7D071; }
span { border-color: rgb(199,208,113); }
td.TdClassName
{
border-color: #C7D071;
}
.TagClassName
{
border-color: #C7D071;
}
</style>