Shades of Deco #CEC97D
Tints of Deco #CEC97D
RGB
CMYK
RGB Variations
Color information
#CEC97D (or 0xCEC97D) is known color: Deco. HEX triplet: CE, C9 and 7D. RGB value is (206,201,125). Sum of RGB (Red+Green+Blue) = 206+201+125=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC97D is #313682. Grayscale: #C2C2C2. Windows color (decimal): -3225219 or 8243662. OLE color: 8243662.
HSL color Cylindrical-coordinate representation of color #CEC97D: hue angle of 56.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEC97D is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 125 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.19 |
| HSL | 56.3º | 0.45% | 0.65% | - |
| HSV(B) | 56.3º | 0.39% | 0.81% | - |
| XYZ | 50.04 | 56.38 | 27.65 | - |
| YUV | 193.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 125 | 0 | 0.02 | 0.39 | 0.19 | 56.3 | 0.45 | 0.65 |
| Hex | CE | C9 | 7D | 0 | 2 | 27 | 13 | 38 | 2D | 41 |
| Octal | 316 | 311 | 175 | 0 | 2 | 47 | 23 | 70 | 55 | 101 |
| Binary | 11001110 | 11001001 | 1111101 | 0 | 10 | 100111 | 10011 | 111000 | 101101 | 1000001 |
Color Harmonies of #CEC97D
Complementary color
Monochromatic Colors of #CEC97D
Black with #CEC97D
Text Example
Text Example
White with #CEC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC97D; }
p { color: rgb(206,201,125); }
H1.HeaderClassName
{
color: #CEC97D;
}
.AnyTagClassName
{
color: #CEC97D;
}
</style>
background-color css
<style>
a { background-color: #CEC97D; }
a { background-color: rgb(206,201,125); }
div.DivClassName
{
background-color: #CEC97D;
}
.BgClassName
{
background-color: #CEC97D;
}
</style>
border-color css
<style>
span { border-color: #CEC97D; }
span { border-color: rgb(206,201,125); }
td.TdClassName
{
border-color: #CEC97D;
}
.TagClassName
{
border-color: #CEC97D;
}
</style>