Shades of Deco #C8D679
Tints of Deco #C8D679
RGB
CMYK
RGB Variations
Color information
#C8D679 (or 0xC8D679) is known color: Deco. HEX triplet: C8, D6 and 79. RGB value is (200,214,121). Sum of RGB (Red+Green+Blue) = 200+214+121=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D679 is #372986. Grayscale: #C7C7C7. Windows color (decimal): -3615111 or 7984840. OLE color: 7984840.
HSL color Cylindrical-coordinate representation of color #C8D679: hue angle of 69.03º 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 #C8D679 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 121 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.16 |
| HSL | 69.03º | 0.53% | 0.66% | - |
| HSV(B) | 69.03º | 0.43% | 0.84% | - |
| XYZ | 51.32 | 61.75 | 27.3 | - |
| YUV | 199.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 121 | 0.07 | 0 | 0.43 | 0.16 | 69.03 | 0.53 | 0.66 |
| Hex | C8 | D6 | 79 | 7 | 0 | 2B | 10 | 45 | 35 | 42 |
| Octal | 310 | 326 | 171 | 7 | 0 | 53 | 20 | 105 | 65 | 102 |
| Binary | 11001000 | 11010110 | 1111001 | 111 | 0 | 101011 | 10000 | 1000101 | 110101 | 1000010 |
Color Harmonies of #C8D679
Complementary color
Monochromatic Colors of #C8D679
Black with #C8D679
Text Example
Text Example
White with #C8D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D679; }
p { color: rgb(200,214,121); }
H1.HeaderClassName
{
color: #C8D679;
}
.AnyTagClassName
{
color: #C8D679;
}
</style>
background-color css
<style>
a { background-color: #C8D679; }
a { background-color: rgb(200,214,121); }
div.DivClassName
{
background-color: #C8D679;
}
.BgClassName
{
background-color: #C8D679;
}
</style>
border-color css
<style>
span { border-color: #C8D679; }
span { border-color: rgb(200,214,121); }
td.TdClassName
{
border-color: #C8D679;
}
.TagClassName
{
border-color: #C8D679;
}
</style>