Shades of Deco #CED97D
Tints of Deco #CED97D
RGB
CMYK
RGB Variations
Color information
#CED97D (or 0xCED97D) is known color: Deco. HEX triplet: CE, D9 and 7D. RGB value is (206,217,125). Sum of RGB (Red+Green+Blue) = 206+217+125=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #CED97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED97D is #312682. Grayscale: #CBCBCB. Windows color (decimal): -3221123 or 8247758. OLE color: 8247758.
HSL color Cylindrical-coordinate representation of color #CED97D: hue angle of 67.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CED97D is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 125 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.15 |
| HSL | 67.17º | 0.55% | 0.67% | - |
| HSV(B) | 67.17º | 0.42% | 0.85% | - |
| XYZ | 53.97 | 64.23 | 28.95 | - |
| YUV | 203.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 125 | 0.05 | 0 | 0.42 | 0.15 | 67.17 | 0.55 | 0.67 |
| Hex | CE | D9 | 7D | 5 | 0 | 2A | F | 43 | 37 | 43 |
| Octal | 316 | 331 | 175 | 5 | 0 | 52 | 17 | 103 | 67 | 103 |
| Binary | 11001110 | 11011001 | 1111101 | 101 | 0 | 101010 | 1111 | 1000011 | 110111 | 1000011 |
Color Harmonies of #CED97D
Complementary color
Monochromatic Colors of #CED97D
Black with #CED97D
Text Example
Text Example
White with #CED97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED97D; }
p { color: rgb(206,217,125); }
H1.HeaderClassName
{
color: #CED97D;
}
.AnyTagClassName
{
color: #CED97D;
}
</style>
background-color css
<style>
a { background-color: #CED97D; }
a { background-color: rgb(206,217,125); }
div.DivClassName
{
background-color: #CED97D;
}
.BgClassName
{
background-color: #CED97D;
}
</style>
border-color css
<style>
span { border-color: #CED97D; }
span { border-color: rgb(206,217,125); }
td.TdClassName
{
border-color: #CED97D;
}
.TagClassName
{
border-color: #CED97D;
}
</style>