Shades of Deco #CECC7D
Tints of Deco #CECC7D
RGB
CMYK
RGB Variations
Color information
#CECC7D (or 0xCECC7D) is known color: Deco. HEX triplet: CE, CC and 7D. RGB value is (206,204,125). Sum of RGB (Red+Green+Blue) = 206+204+125=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC7D is #313382. Grayscale: #C3C3C3. Windows color (decimal): -3224451 or 8244430. OLE color: 8244430.
HSL color Cylindrical-coordinate representation of color #CECC7D: hue angle of 58.52º 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 #CECC7D is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 125 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.19 |
| HSL | 58.52º | 0.45% | 0.65% | - |
| HSV(B) | 58.52º | 0.39% | 0.81% | - |
| XYZ | 50.75 | 57.79 | 27.88 | - |
| YUV | 195.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 125 | 0 | 0.01 | 0.39 | 0.19 | 58.52 | 0.45 | 0.65 |
| Hex | CE | CC | 7D | 0 | 1 | 27 | 13 | 3B | 2D | 41 |
| Octal | 316 | 314 | 175 | 0 | 1 | 47 | 23 | 73 | 55 | 101 |
| Binary | 11001110 | 11001100 | 1111101 | 0 | 1 | 100111 | 10011 | 111011 | 101101 | 1000001 |
Color Harmonies of #CECC7D
Complementary color
Monochromatic Colors of #CECC7D
Black with #CECC7D
Text Example
Text Example
White with #CECC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC7D; }
p { color: rgb(206,204,125); }
H1.HeaderClassName
{
color: #CECC7D;
}
.AnyTagClassName
{
color: #CECC7D;
}
</style>
background-color css
<style>
a { background-color: #CECC7D; }
a { background-color: rgb(206,204,125); }
div.DivClassName
{
background-color: #CECC7D;
}
.BgClassName
{
background-color: #CECC7D;
}
</style>
border-color css
<style>
span { border-color: #CECC7D; }
span { border-color: rgb(206,204,125); }
td.TdClassName
{
border-color: #CECC7D;
}
.TagClassName
{
border-color: #CECC7D;
}
</style>