Shades of Deco #C8D47F
Tints of Deco #C8D47F
RGB
CMYK
RGB Variations
Color information
#C8D47F (or 0xC8D47F) is known color: Deco. HEX triplet: C8, D4 and 7F. RGB value is (200,212,127). Sum of RGB (Red+Green+Blue) = 200+212+127=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D47F is #372B80. Grayscale: #C7C7C7. Windows color (decimal): -3615617 or 8377544. OLE color: 8377544.
HSL color Cylindrical-coordinate representation of color #C8D47F: hue angle of 68.47º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8D47F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 127 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.17 |
| HSL | 68.47º | 0.5% | 0.66% | - |
| HSV(B) | 68.47º | 0.4% | 0.83% | - |
| XYZ | 51.19 | 60.9 | 29.14 | - |
| YUV | 198.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 127 | 0.06 | 0 | 0.40 | 0.17 | 68.47 | 0.5 | 0.66 |
| Hex | C8 | D4 | 7F | 6 | 0 | 28 | 11 | 44 | 32 | 42 |
| Octal | 310 | 324 | 177 | 6 | 0 | 50 | 21 | 104 | 62 | 102 |
| Binary | 11001000 | 11010100 | 1111111 | 110 | 0 | 101000 | 10001 | 1000100 | 110010 | 1000010 |
Color Harmonies of #C8D47F
Complementary color
Monochromatic Colors of #C8D47F
Black with #C8D47F
Text Example
Text Example
White with #C8D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D47F; }
p { color: rgb(200,212,127); }
H1.HeaderClassName
{
color: #C8D47F;
}
.AnyTagClassName
{
color: #C8D47F;
}
</style>
background-color css
<style>
a { background-color: #C8D47F; }
a { background-color: rgb(200,212,127); }
div.DivClassName
{
background-color: #C8D47F;
}
.BgClassName
{
background-color: #C8D47F;
}
</style>
border-color css
<style>
span { border-color: #C8D47F; }
span { border-color: rgb(200,212,127); }
td.TdClassName
{
border-color: #C8D47F;
}
.TagClassName
{
border-color: #C8D47F;
}
</style>