Shades of Deco #CECD7A
Tints of Deco #CECD7A
RGB
CMYK
RGB Variations
Color information
#CECD7A (or 0xCECD7A) is known color: Deco. HEX triplet: CE, CD and 7A. RGB value is (206,205,122). Sum of RGB (Red+Green+Blue) = 206+205+122=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD7A is #313285. Grayscale: #C4C4C4. Windows color (decimal): -3224198 or 8048078. OLE color: 8048078.
HSL color Cylindrical-coordinate representation of color #CECD7A: hue angle of 59.29º 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 #CECD7A is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 122 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.19 |
| HSL | 59.29º | 0.46% | 0.64% | - |
| HSV(B) | 59.29º | 0.41% | 0.81% | - |
| XYZ | 50.8 | 58.19 | 26.97 | - |
| YUV | 195.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 122 | 0 | 0.00 | 0.41 | 0.19 | 59.29 | 0.46 | 0.64 |
| Hex | CE | CD | 7A | 0 | 0 | 29 | 13 | 3B | 2E | 40 |
| Octal | 316 | 315 | 172 | 0 | 0 | 51 | 23 | 73 | 56 | 100 |
| Binary | 11001110 | 11001101 | 1111010 | 0 | 0 | 101001 | 10011 | 111011 | 101110 | 1000000 |
Color Harmonies of #CECD7A
Complementary color
Monochromatic Colors of #CECD7A
Black with #CECD7A
Text Example
Text Example
White with #CECD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD7A; }
p { color: rgb(206,205,122); }
H1.HeaderClassName
{
color: #CECD7A;
}
.AnyTagClassName
{
color: #CECD7A;
}
</style>
background-color css
<style>
a { background-color: #CECD7A; }
a { background-color: rgb(206,205,122); }
div.DivClassName
{
background-color: #CECD7A;
}
.BgClassName
{
background-color: #CECD7A;
}
</style>
border-color css
<style>
span { border-color: #CECD7A; }
span { border-color: rgb(206,205,122); }
td.TdClassName
{
border-color: #CECD7A;
}
.TagClassName
{
border-color: #CECD7A;
}
</style>