Shades of Deco #CECD70
Tints of Deco #CECD70
RGB
CMYK
RGB Variations
Color information
#CECD70 (or 0xCECD70) is known color: Deco. HEX triplet: CE, CD and 70. RGB value is (206,205,112). Sum of RGB (Red+Green+Blue) = 206+205+112=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD70 is #31328F. Grayscale: #C3C3C3. Windows color (decimal): -3224208 or 7392718. OLE color: 7392718.
HSL color Cylindrical-coordinate representation of color #CECD70: hue angle of 59.36º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CECD70 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 112 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.19 |
| HSL | 59.36º | 0.49% | 0.62% | - |
| HSV(B) | 59.36º | 0.46% | 0.81% | - |
| XYZ | 50.21 | 57.95 | 23.87 | - |
| YUV | 194.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 112 | 0 | 0.00 | 0.46 | 0.19 | 59.36 | 0.49 | 0.62 |
| Hex | CE | CD | 70 | 0 | 0 | 2E | 13 | 3B | 31 | 3E |
| Octal | 316 | 315 | 160 | 0 | 0 | 56 | 23 | 73 | 61 | 76 |
| Binary | 11001110 | 11001101 | 1110000 | 0 | 0 | 101110 | 10011 | 111011 | 110001 | 111110 |
Color Harmonies of #CECD70
Complementary color
Monochromatic Colors of #CECD70
Black with #CECD70
Text Example
Text Example
White with #CECD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD70; }
p { color: rgb(206,205,112); }
H1.HeaderClassName
{
color: #CECD70;
}
.AnyTagClassName
{
color: #CECD70;
}
</style>
background-color css
<style>
a { background-color: #CECD70; }
a { background-color: rgb(206,205,112); }
div.DivClassName
{
background-color: #CECD70;
}
.BgClassName
{
background-color: #CECD70;
}
</style>
border-color css
<style>
span { border-color: #CECD70; }
span { border-color: rgb(206,205,112); }
td.TdClassName
{
border-color: #CECD70;
}
.TagClassName
{
border-color: #CECD70;
}
</style>