Shades of Deco #CECE7B
Tints of Deco #CECE7B
RGB
CMYK
RGB Variations
Color information
#CECE7B (or 0xCECE7B) is known color: Deco. HEX triplet: CE, CE and 7B. RGB value is (206,206,123). Sum of RGB (Red+Green+Blue) = 206+206+123=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE7B is #313184. Grayscale: #C4C4C4. Windows color (decimal): -3223941 or 8113870. OLE color: 8113870.
HSL color Cylindrical-coordinate representation of color #CECE7B: hue angle of 60º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CECE7B is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 123 | - |
| CMYK | 0 | 0 | 0.40 | 0.19 |
| HSL | 60º | 0.46% | 0.65% | - |
| HSV(B) | 60º | 0.4% | 0.81% | - |
| XYZ | 51.1 | 58.69 | 27.37 | - |
| YUV | 196.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 123 | 0 | 0 | 0.40 | 0.19 | 60 | 0.46 | 0.65 |
| Hex | CE | CE | 7B | 0 | 0 | 28 | 13 | 3C | 2E | 41 |
| Octal | 316 | 316 | 173 | 0 | 0 | 50 | 23 | 74 | 56 | 101 |
| Binary | 11001110 | 11001110 | 1111011 | 0 | 0 | 101000 | 10011 | 111100 | 101110 | 1000001 |
Color Harmonies of #CECE7B
Complementary color
Monochromatic Colors of #CECE7B
Black with #CECE7B
Text Example
Text Example
White with #CECE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE7B; }
p { color: rgb(206,206,123); }
H1.HeaderClassName
{
color: #CECE7B;
}
.AnyTagClassName
{
color: #CECE7B;
}
</style>
background-color css
<style>
a { background-color: #CECE7B; }
a { background-color: rgb(206,206,123); }
div.DivClassName
{
background-color: #CECE7B;
}
.BgClassName
{
background-color: #CECE7B;
}
</style>
border-color css
<style>
span { border-color: #CECE7B; }
span { border-color: rgb(206,206,123); }
td.TdClassName
{
border-color: #CECE7B;
}
.TagClassName
{
border-color: #CECE7B;
}
</style>