Shades of Deco #C7D27A
Tints of Deco #C7D27A
RGB
CMYK
RGB Variations
Color information
#C7D27A (or 0xC7D27A) is known color: Deco. HEX triplet: C7, D2 and 7A. RGB value is (199,210,122). Sum of RGB (Red+Green+Blue) = 199+210+122=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D27A is #382D85. Grayscale: #C5C5C5. Windows color (decimal): -3681670 or 8049351. OLE color: 8049351.
HSL color Cylindrical-coordinate representation of color #C7D27A: hue angle of 67.5º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7D27A is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 122 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.18 |
| HSL | 67.5º | 0.49% | 0.65% | - |
| HSV(B) | 67.5º | 0.42% | 0.82% | - |
| XYZ | 50.11 | 59.64 | 27.28 | - |
| YUV | 196.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 122 | 0.05 | 0 | 0.42 | 0.18 | 67.5 | 0.49 | 0.65 |
| Hex | C7 | D2 | 7A | 5 | 0 | 2A | 12 | 44 | 31 | 41 |
| Octal | 307 | 322 | 172 | 5 | 0 | 52 | 22 | 104 | 61 | 101 |
| Binary | 11000111 | 11010010 | 1111010 | 101 | 0 | 101010 | 10010 | 1000100 | 110001 | 1000001 |
Color Harmonies of #C7D27A
Complementary color
Monochromatic Colors of #C7D27A
Black with #C7D27A
Text Example
Text Example
White with #C7D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D27A; }
p { color: rgb(199,210,122); }
H1.HeaderClassName
{
color: #C7D27A;
}
.AnyTagClassName
{
color: #C7D27A;
}
</style>
background-color css
<style>
a { background-color: #C7D27A; }
a { background-color: rgb(199,210,122); }
div.DivClassName
{
background-color: #C7D27A;
}
.BgClassName
{
background-color: #C7D27A;
}
</style>
border-color css
<style>
span { border-color: #C7D27A; }
span { border-color: rgb(199,210,122); }
td.TdClassName
{
border-color: #C7D27A;
}
.TagClassName
{
border-color: #C7D27A;
}
</style>