Shades of Deco #C8D974
Tints of Deco #C8D974
RGB
CMYK
RGB Variations
Color information
#C8D974 (or 0xC8D974) is known color: Deco. HEX triplet: C8, D9 and 74. RGB value is (200,217,116). Sum of RGB (Red+Green+Blue) = 200+217+116=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D974 is #37268B. Grayscale: #C8C8C8. Windows color (decimal): -3614348 or 7657928. OLE color: 7657928.
HSL color Cylindrical-coordinate representation of color #C8D974: hue angle of 70.1º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8D974 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 116 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.15 |
| HSL | 70.1º | 0.57% | 0.65% | - |
| HSV(B) | 70.1º | 0.47% | 0.85% | - |
| XYZ | 51.78 | 63.17 | 25.99 | - |
| YUV | 200.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 116 | 0.08 | 0 | 0.47 | 0.15 | 70.1 | 0.57 | 0.65 |
| Hex | C8 | D9 | 74 | 8 | 0 | 2F | F | 46 | 39 | 41 |
| Octal | 310 | 331 | 164 | 10 | 0 | 57 | 17 | 106 | 71 | 101 |
| Binary | 11001000 | 11011001 | 1110100 | 1000 | 0 | 101111 | 1111 | 1000110 | 111001 | 1000001 |
Color Harmonies of #C8D974
Complementary color
Monochromatic Colors of #C8D974
Black with #C8D974
Text Example
Text Example
White with #C8D974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D974; }
p { color: rgb(200,217,116); }
H1.HeaderClassName
{
color: #C8D974;
}
.AnyTagClassName
{
color: #C8D974;
}
</style>
background-color css
<style>
a { background-color: #C8D974; }
a { background-color: rgb(200,217,116); }
div.DivClassName
{
background-color: #C8D974;
}
.BgClassName
{
background-color: #C8D974;
}
</style>
border-color css
<style>
span { border-color: #C8D974; }
span { border-color: rgb(200,217,116); }
td.TdClassName
{
border-color: #C8D974;
}
.TagClassName
{
border-color: #C8D974;
}
</style>