Shades of Deco #CED075
Tints of Deco #CED075
RGB
CMYK
RGB Variations
Color information
#CED075 (or 0xCED075) is known color: Deco. HEX triplet: CE, D0 and 75. RGB value is (206,208,117). Sum of RGB (Red+Green+Blue) = 206+208+117=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #CED075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED075 is #312F8A. Grayscale: #C5C5C5. Windows color (decimal): -3223435 or 7721166. OLE color: 7721166.
HSL color Cylindrical-coordinate representation of color #CED075: hue angle of 61.32º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CED075 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 117 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.18 |
| HSL | 61.32º | 0.49% | 0.64% | - |
| HSV(B) | 61.32º | 0.44% | 0.82% | - |
| XYZ | 51.22 | 59.52 | 25.62 | - |
| YUV | 197.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 117 | 0.01 | 0 | 0.44 | 0.18 | 61.32 | 0.49 | 0.64 |
| Hex | CE | D0 | 75 | 1 | 0 | 2C | 12 | 3D | 31 | 40 |
| Octal | 316 | 320 | 165 | 1 | 0 | 54 | 22 | 75 | 61 | 100 |
| Binary | 11001110 | 11010000 | 1110101 | 1 | 0 | 101100 | 10010 | 111101 | 110001 | 1000000 |
Color Harmonies of #CED075
Complementary color
Monochromatic Colors of #CED075
Black with #CED075
Text Example
Text Example
White with #CED075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED075; }
p { color: rgb(206,208,117); }
H1.HeaderClassName
{
color: #CED075;
}
.AnyTagClassName
{
color: #CED075;
}
</style>
background-color css
<style>
a { background-color: #CED075; }
a { background-color: rgb(206,208,117); }
div.DivClassName
{
background-color: #CED075;
}
.BgClassName
{
background-color: #CED075;
}
</style>
border-color css
<style>
span { border-color: #CED075; }
span { border-color: rgb(206,208,117); }
td.TdClassName
{
border-color: #CED075;
}
.TagClassName
{
border-color: #CED075;
}
</style>