Shades of Deco #CED07C
Tints of Deco #CED07C
RGB
CMYK
RGB Variations
Color information
#CED07C (or 0xCED07C) is known color: Deco. HEX triplet: CE, D0 and 7C. RGB value is (206,208,124). Sum of RGB (Red+Green+Blue) = 206+208+124=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #CED07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED07C is #312F83. Grayscale: #C6C6C6. Windows color (decimal): -3223428 or 8179918. OLE color: 8179918.
HSL color Cylindrical-coordinate representation of color #CED07C: hue angle of 61.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CED07C is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 124 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.18 |
| HSL | 61.43º | 0.47% | 0.65% | - |
| HSV(B) | 61.43º | 0.4% | 0.82% | - |
| XYZ | 51.65 | 59.69 | 27.87 | - |
| YUV | 197.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 124 | 0.01 | 0 | 0.40 | 0.18 | 61.43 | 0.47 | 0.65 |
| Hex | CE | D0 | 7C | 1 | 0 | 28 | 12 | 3D | 2F | 41 |
| Octal | 316 | 320 | 174 | 1 | 0 | 50 | 22 | 75 | 57 | 101 |
| Binary | 11001110 | 11010000 | 1111100 | 1 | 0 | 101000 | 10010 | 111101 | 101111 | 1000001 |
Color Harmonies of #CED07C
Complementary color
Monochromatic Colors of #CED07C
Black with #CED07C
Text Example
Text Example
White with #CED07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED07C; }
p { color: rgb(206,208,124); }
H1.HeaderClassName
{
color: #CED07C;
}
.AnyTagClassName
{
color: #CED07C;
}
</style>
background-color css
<style>
a { background-color: #CED07C; }
a { background-color: rgb(206,208,124); }
div.DivClassName
{
background-color: #CED07C;
}
.BgClassName
{
background-color: #CED07C;
}
</style>
border-color css
<style>
span { border-color: #CED07C; }
span { border-color: rgb(206,208,124); }
td.TdClassName
{
border-color: #CED07C;
}
.TagClassName
{
border-color: #CED07C;
}
</style>