Shades of Deco #C7D67D
Tints of Deco #C7D67D
RGB
CMYK
RGB Variations
Color information
#C7D67D (or 0xC7D67D) is known color: Deco. HEX triplet: C7, D6 and 7D. RGB value is (199,214,125). Sum of RGB (Red+Green+Blue) = 199+214+125=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D67D is #382982. Grayscale: #C7C7C7. Windows color (decimal): -3680643 or 8246983. OLE color: 8246983.
HSL color Cylindrical-coordinate representation of color #C7D67D: hue angle of 70.11º 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 #C7D67D is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 125 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.16 |
| HSL | 70.11º | 0.52% | 0.66% | - |
| HSV(B) | 70.11º | 0.42% | 0.84% | - |
| XYZ | 51.3 | 61.72 | 28.61 | - |
| YUV | 199.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 125 | 0.07 | 0 | 0.42 | 0.16 | 70.11 | 0.52 | 0.66 |
| Hex | C7 | D6 | 7D | 7 | 0 | 2A | 10 | 46 | 34 | 42 |
| Octal | 307 | 326 | 175 | 7 | 0 | 52 | 20 | 106 | 64 | 102 |
| Binary | 11000111 | 11010110 | 1111101 | 111 | 0 | 101010 | 10000 | 1000110 | 110100 | 1000010 |
Color Harmonies of #C7D67D
Complementary color
Monochromatic Colors of #C7D67D
Black with #C7D67D
Text Example
Text Example
White with #C7D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D67D; }
p { color: rgb(199,214,125); }
H1.HeaderClassName
{
color: #C7D67D;
}
.AnyTagClassName
{
color: #C7D67D;
}
</style>
background-color css
<style>
a { background-color: #C7D67D; }
a { background-color: rgb(199,214,125); }
div.DivClassName
{
background-color: #C7D67D;
}
.BgClassName
{
background-color: #C7D67D;
}
</style>
border-color css
<style>
span { border-color: #C7D67D; }
span { border-color: rgb(199,214,125); }
td.TdClassName
{
border-color: #C7D67D;
}
.TagClassName
{
border-color: #C7D67D;
}
</style>