Shades of Deco #C7D57B
Tints of Deco #C7D57B
RGB
CMYK
RGB Variations
Color information
#C7D57B (or 0xC7D57B) is known color: Deco. HEX triplet: C7, D5 and 7B. RGB value is (199,213,123). Sum of RGB (Red+Green+Blue) = 199+213+123=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D57B is #382A84. Grayscale: #C6C6C6. Windows color (decimal): -3680901 or 8115655. OLE color: 8115655.
HSL color Cylindrical-coordinate representation of color #C7D57B: hue angle of 69.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7D57B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 123 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.16 |
| HSL | 69.33º | 0.52% | 0.66% | - |
| HSV(B) | 69.33º | 0.42% | 0.84% | - |
| XYZ | 50.92 | 61.16 | 27.86 | - |
| YUV | 198.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 123 | 0.07 | 0 | 0.42 | 0.16 | 69.33 | 0.52 | 0.66 |
| Hex | C7 | D5 | 7B | 7 | 0 | 2A | 10 | 45 | 34 | 42 |
| Octal | 307 | 325 | 173 | 7 | 0 | 52 | 20 | 105 | 64 | 102 |
| Binary | 11000111 | 11010101 | 1111011 | 111 | 0 | 101010 | 10000 | 1000101 | 110100 | 1000010 |
Color Harmonies of #C7D57B
Complementary color
Monochromatic Colors of #C7D57B
Black with #C7D57B
Text Example
Text Example
White with #C7D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D57B; }
p { color: rgb(199,213,123); }
H1.HeaderClassName
{
color: #C7D57B;
}
.AnyTagClassName
{
color: #C7D57B;
}
</style>
background-color css
<style>
a { background-color: #C7D57B; }
a { background-color: rgb(199,213,123); }
div.DivClassName
{
background-color: #C7D57B;
}
.BgClassName
{
background-color: #C7D57B;
}
</style>
border-color css
<style>
span { border-color: #C7D57B; }
span { border-color: rgb(199,213,123); }
td.TdClassName
{
border-color: #C7D57B;
}
.TagClassName
{
border-color: #C7D57B;
}
</style>