Shades of Deco #CED07D
Tints of Deco #CED07D
RGB
CMYK
RGB Variations
Color information
#CED07D (or 0xCED07D) is known color: Deco. HEX triplet: CE, D0 and 7D. RGB value is (206,208,125). Sum of RGB (Red+Green+Blue) = 206+208+125=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #CED07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED07D is #312F82. Grayscale: #C6C6C6. Windows color (decimal): -3223427 or 8245454. OLE color: 8245454.
HSL color Cylindrical-coordinate representation of color #CED07D: hue angle of 61.45º 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 #CED07D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 125 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.18 |
| HSL | 61.45º | 0.47% | 0.65% | - |
| HSV(B) | 61.45º | 0.4% | 0.82% | - |
| XYZ | 51.71 | 59.71 | 28.2 | - |
| YUV | 197.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 125 | 0.01 | 0 | 0.40 | 0.18 | 61.45 | 0.47 | 0.65 |
| Hex | CE | D0 | 7D | 1 | 0 | 28 | 12 | 3D | 2F | 41 |
| Octal | 316 | 320 | 175 | 1 | 0 | 50 | 22 | 75 | 57 | 101 |
| Binary | 11001110 | 11010000 | 1111101 | 1 | 0 | 101000 | 10010 | 111101 | 101111 | 1000001 |
Color Harmonies of #CED07D
Complementary color
Monochromatic Colors of #CED07D
Black with #CED07D
Text Example
Text Example
White with #CED07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED07D; }
p { color: rgb(206,208,125); }
H1.HeaderClassName
{
color: #CED07D;
}
.AnyTagClassName
{
color: #CED07D;
}
</style>
background-color css
<style>
a { background-color: #CED07D; }
a { background-color: rgb(206,208,125); }
div.DivClassName
{
background-color: #CED07D;
}
.BgClassName
{
background-color: #CED07D;
}
</style>
border-color css
<style>
span { border-color: #CED07D; }
span { border-color: rgb(206,208,125); }
td.TdClassName
{
border-color: #CED07D;
}
.TagClassName
{
border-color: #CED07D;
}
</style>