Shades of Deco #C8DA76
Tints of Deco #C8DA76
RGB
CMYK
RGB Variations
Color information
#C8DA76 (or 0xC8DA76) is known color: Deco. HEX triplet: C8, DA and 76. RGB value is (200,218,118). Sum of RGB (Red+Green+Blue) = 200+218+118=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA76 is #372589. Grayscale: #C9C9C9. Windows color (decimal): -3614090 or 7789256. OLE color: 7789256.
HSL color Cylindrical-coordinate representation of color #C8DA76: hue angle of 70.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8DA76 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 118 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.15 |
| HSL | 70.8º | 0.57% | 0.66% | - |
| HSV(B) | 70.8º | 0.46% | 0.85% | - |
| XYZ | 52.16 | 63.73 | 26.69 | - |
| YUV | 201.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 118 | 0.08 | 0 | 0.46 | 0.15 | 70.8 | 0.57 | 0.66 |
| Hex | C8 | DA | 76 | 8 | 0 | 2E | F | 47 | 39 | 42 |
| Octal | 310 | 332 | 166 | 10 | 0 | 56 | 17 | 107 | 71 | 102 |
| Binary | 11001000 | 11011010 | 1110110 | 1000 | 0 | 101110 | 1111 | 1000111 | 111001 | 1000010 |
Color Harmonies of #C8DA76
Complementary color
Monochromatic Colors of #C8DA76
Black with #C8DA76
Text Example
Text Example
White with #C8DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA76; }
p { color: rgb(200,218,118); }
H1.HeaderClassName
{
color: #C8DA76;
}
.AnyTagClassName
{
color: #C8DA76;
}
</style>
background-color css
<style>
a { background-color: #C8DA76; }
a { background-color: rgb(200,218,118); }
div.DivClassName
{
background-color: #C8DA76;
}
.BgClassName
{
background-color: #C8DA76;
}
</style>
border-color css
<style>
span { border-color: #C8DA76; }
span { border-color: rgb(200,218,118); }
td.TdClassName
{
border-color: #C8DA76;
}
.TagClassName
{
border-color: #C8DA76;
}
</style>