Shades of Deco #CECB7D
Tints of Deco #CECB7D
RGB
CMYK
RGB Variations
Color information
#CECB7D (or 0xCECB7D) is known color: Deco. HEX triplet: CE, CB and 7D. RGB value is (206,203,125). Sum of RGB (Red+Green+Blue) = 206+203+125=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB7D is #313482. Grayscale: #C3C3C3. Windows color (decimal): -3224707 or 8244174. OLE color: 8244174.
HSL color Cylindrical-coordinate representation of color #CECB7D: hue angle of 57.78º 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 #CECB7D is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 125 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.19 |
| HSL | 57.78º | 0.45% | 0.65% | - |
| HSV(B) | 57.78º | 0.39% | 0.81% | - |
| XYZ | 50.51 | 57.31 | 27.8 | - |
| YUV | 195.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 125 | 0 | 0.01 | 0.39 | 0.19 | 57.78 | 0.45 | 0.65 |
| Hex | CE | CB | 7D | 0 | 1 | 27 | 13 | 3A | 2D | 41 |
| Octal | 316 | 313 | 175 | 0 | 1 | 47 | 23 | 72 | 55 | 101 |
| Binary | 11001110 | 11001011 | 1111101 | 0 | 1 | 100111 | 10011 | 111010 | 101101 | 1000001 |
Color Harmonies of #CECB7D
Complementary color
Monochromatic Colors of #CECB7D
Black with #CECB7D
Text Example
Text Example
White with #CECB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB7D; }
p { color: rgb(206,203,125); }
H1.HeaderClassName
{
color: #CECB7D;
}
.AnyTagClassName
{
color: #CECB7D;
}
</style>
background-color css
<style>
a { background-color: #CECB7D; }
a { background-color: rgb(206,203,125); }
div.DivClassName
{
background-color: #CECB7D;
}
.BgClassName
{
background-color: #CECB7D;
}
</style>
border-color css
<style>
span { border-color: #CECB7D; }
span { border-color: rgb(206,203,125); }
td.TdClassName
{
border-color: #CECB7D;
}
.TagClassName
{
border-color: #CECB7D;
}
</style>