Shades of Deco #CEC97A
Tints of Deco #CEC97A
RGB
CMYK
RGB Variations
Color information
#CEC97A (or 0xCEC97A) is known color: Deco. HEX triplet: CE, C9 and 7A. RGB value is (206,201,122). Sum of RGB (Red+Green+Blue) = 206+201+122=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC97A is #313685. Grayscale: #C1C1C1. Windows color (decimal): -3225222 or 8047054. OLE color: 8047054.
HSL color Cylindrical-coordinate representation of color #CEC97A: hue angle of 56.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEC97A is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 122 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.19 |
| HSL | 56.43º | 0.46% | 0.64% | - |
| HSV(B) | 56.43º | 0.41% | 0.81% | - |
| XYZ | 49.85 | 56.3 | 26.65 | - |
| YUV | 193.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 122 | 0 | 0.02 | 0.41 | 0.19 | 56.43 | 0.46 | 0.64 |
| Hex | CE | C9 | 7A | 0 | 2 | 29 | 13 | 38 | 2E | 40 |
| Octal | 316 | 311 | 172 | 0 | 2 | 51 | 23 | 70 | 56 | 100 |
| Binary | 11001110 | 11001001 | 1111010 | 0 | 10 | 101001 | 10011 | 111000 | 101110 | 1000000 |
Color Harmonies of #CEC97A
Complementary color
Monochromatic Colors of #CEC97A
Black with #CEC97A
Text Example
Text Example
White with #CEC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC97A; }
p { color: rgb(206,201,122); }
H1.HeaderClassName
{
color: #CEC97A;
}
.AnyTagClassName
{
color: #CEC97A;
}
</style>
background-color css
<style>
a { background-color: #CEC97A; }
a { background-color: rgb(206,201,122); }
div.DivClassName
{
background-color: #CEC97A;
}
.BgClassName
{
background-color: #CEC97A;
}
</style>
border-color css
<style>
span { border-color: #CEC97A; }
span { border-color: rgb(206,201,122); }
td.TdClassName
{
border-color: #CEC97A;
}
.TagClassName
{
border-color: #CEC97A;
}
</style>