Shades of Deco #C7D67B
Tints of Deco #C7D67B
RGB
CMYK
RGB Variations
Color information
#C7D67B (or 0xC7D67B) is known color: Deco. HEX triplet: C7, D6 and 7B. RGB value is (199,214,123). Sum of RGB (Red+Green+Blue) = 199+214+123=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D67B is #382984. Grayscale: #C7C7C7. Windows color (decimal): -3680645 or 8115911. OLE color: 8115911.
HSL color Cylindrical-coordinate representation of color #C7D67B: hue angle of 69.89º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7D67B is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 123 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.16 |
| HSL | 69.89º | 0.53% | 0.66% | - |
| HSV(B) | 69.89º | 0.43% | 0.84% | - |
| XYZ | 51.17 | 61.67 | 27.94 | - |
| YUV | 199.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 123 | 0.07 | 0 | 0.43 | 0.16 | 69.89 | 0.53 | 0.66 |
| Hex | C7 | D6 | 7B | 7 | 0 | 2B | 10 | 46 | 35 | 42 |
| Octal | 307 | 326 | 173 | 7 | 0 | 53 | 20 | 106 | 65 | 102 |
| Binary | 11000111 | 11010110 | 1111011 | 111 | 0 | 101011 | 10000 | 1000110 | 110101 | 1000010 |
Color Harmonies of #C7D67B
Complementary color
Monochromatic Colors of #C7D67B
Black with #C7D67B
Text Example
Text Example
White with #C7D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D67B; }
p { color: rgb(199,214,123); }
H1.HeaderClassName
{
color: #C7D67B;
}
.AnyTagClassName
{
color: #C7D67B;
}
</style>
background-color css
<style>
a { background-color: #C7D67B; }
a { background-color: rgb(199,214,123); }
div.DivClassName
{
background-color: #C7D67B;
}
.BgClassName
{
background-color: #C7D67B;
}
</style>
border-color css
<style>
span { border-color: #C7D67B; }
span { border-color: rgb(199,214,123); }
td.TdClassName
{
border-color: #C7D67B;
}
.TagClassName
{
border-color: #C7D67B;
}
</style>