Shades of Deco #CED478
Tints of Deco #CED478
RGB
CMYK
RGB Variations
Color information
#CED478 (or 0xCED478) is known color: Deco. HEX triplet: CE, D4 and 78. RGB value is (206,212,120). Sum of RGB (Red+Green+Blue) = 206+212+120=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #CED478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED478 is #312B87. Grayscale: #C8C8C8. Windows color (decimal): -3222408 or 7918798. OLE color: 7918798.
HSL color Cylindrical-coordinate representation of color #CED478: hue angle of 63.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CED478 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 120 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.17 |
| HSL | 63.91º | 0.52% | 0.65% | - |
| HSV(B) | 63.91º | 0.43% | 0.83% | - |
| XYZ | 52.39 | 61.56 | 26.89 | - |
| YUV | 199.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 120 | 0.03 | 0 | 0.43 | 0.17 | 63.91 | 0.52 | 0.65 |
| Hex | CE | D4 | 78 | 3 | 0 | 2B | 11 | 40 | 34 | 41 |
| Octal | 316 | 324 | 170 | 3 | 0 | 53 | 21 | 100 | 64 | 101 |
| Binary | 11001110 | 11010100 | 1111000 | 11 | 0 | 101011 | 10001 | 1000000 | 110100 | 1000001 |
Color Harmonies of #CED478
Complementary color
Monochromatic Colors of #CED478
Black with #CED478
Text Example
Text Example
White with #CED478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED478; }
p { color: rgb(206,212,120); }
H1.HeaderClassName
{
color: #CED478;
}
.AnyTagClassName
{
color: #CED478;
}
</style>
background-color css
<style>
a { background-color: #CED478; }
a { background-color: rgb(206,212,120); }
div.DivClassName
{
background-color: #CED478;
}
.BgClassName
{
background-color: #CED478;
}
</style>
border-color css
<style>
span { border-color: #CED478; }
span { border-color: rgb(206,212,120); }
td.TdClassName
{
border-color: #CED478;
}
.TagClassName
{
border-color: #CED478;
}
</style>