Shades of Deco #CED377
Tints of Deco #CED377
RGB
CMYK
RGB Variations
Color information
#CED377 (or 0xCED377) is known color: Deco. HEX triplet: CE, D3 and 77. RGB value is (206,211,119). Sum of RGB (Red+Green+Blue) = 206+211+119=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #CED377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED377 is #312C88. Grayscale: #C7C7C7. Windows color (decimal): -3222665 or 7853006. OLE color: 7853006.
HSL color Cylindrical-coordinate representation of color #CED377: hue angle of 63.26º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CED377 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 119 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.17 |
| HSL | 63.26º | 0.51% | 0.65% | - |
| HSV(B) | 63.26º | 0.44% | 0.83% | - |
| XYZ | 52.08 | 61.04 | 26.49 | - |
| YUV | 199.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 119 | 0.02 | 0 | 0.44 | 0.17 | 63.26 | 0.51 | 0.65 |
| Hex | CE | D3 | 77 | 2 | 0 | 2C | 11 | 3F | 33 | 41 |
| Octal | 316 | 323 | 167 | 2 | 0 | 54 | 21 | 77 | 63 | 101 |
| Binary | 11001110 | 11010011 | 1110111 | 10 | 0 | 101100 | 10001 | 111111 | 110011 | 1000001 |
Color Harmonies of #CED377
Complementary color
Monochromatic Colors of #CED377
Black with #CED377
Text Example
Text Example
White with #CED377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED377; }
p { color: rgb(206,211,119); }
H1.HeaderClassName
{
color: #CED377;
}
.AnyTagClassName
{
color: #CED377;
}
</style>
background-color css
<style>
a { background-color: #CED377; }
a { background-color: rgb(206,211,119); }
div.DivClassName
{
background-color: #CED377;
}
.BgClassName
{
background-color: #CED377;
}
</style>
border-color css
<style>
span { border-color: #CED377; }
span { border-color: rgb(206,211,119); }
td.TdClassName
{
border-color: #CED377;
}
.TagClassName
{
border-color: #CED377;
}
</style>