Shades of Deco #CED073
Tints of Deco #CED073
RGB
CMYK
RGB Variations
Color information
#CED073 (or 0xCED073) is known color: Deco. HEX triplet: CE, D0 and 73. RGB value is (206,208,115). Sum of RGB (Red+Green+Blue) = 206+208+115=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #CED073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED073 is #312F8C. Grayscale: #C5C5C5. Windows color (decimal): -3223437 or 7590094. OLE color: 7590094.
HSL color Cylindrical-coordinate representation of color #CED073: hue angle of 61.29º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CED073 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 115 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.18 |
| HSL | 61.29º | 0.5% | 0.63% | - |
| HSV(B) | 61.29º | 0.45% | 0.82% | - |
| XYZ | 51.1 | 59.47 | 25.01 | - |
| YUV | 196.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 115 | 0.01 | 0 | 0.45 | 0.18 | 61.29 | 0.5 | 0.63 |
| Hex | CE | D0 | 73 | 1 | 0 | 2D | 12 | 3D | 32 | 3F |
| Octal | 316 | 320 | 163 | 1 | 0 | 55 | 22 | 75 | 62 | 77 |
| Binary | 11001110 | 11010000 | 1110011 | 1 | 0 | 101101 | 10010 | 111101 | 110010 | 111111 |
Color Harmonies of #CED073
Complementary color
Monochromatic Colors of #CED073
Black with #CED073
Text Example
Text Example
White with #CED073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED073; }
p { color: rgb(206,208,115); }
H1.HeaderClassName
{
color: #CED073;
}
.AnyTagClassName
{
color: #CED073;
}
</style>
background-color css
<style>
a { background-color: #CED073; }
a { background-color: rgb(206,208,115); }
div.DivClassName
{
background-color: #CED073;
}
.BgClassName
{
background-color: #CED073;
}
</style>
border-color css
<style>
span { border-color: #CED073; }
span { border-color: rgb(206,208,115); }
td.TdClassName
{
border-color: #CED073;
}
.TagClassName
{
border-color: #CED073;
}
</style>