Shades of Deco #CED97B
Tints of Deco #CED97B
RGB
CMYK
RGB Variations
Color information
#CED97B (or 0xCED97B) is known color: Deco. HEX triplet: CE, D9 and 7B. RGB value is (206,217,123). Sum of RGB (Red+Green+Blue) = 206+217+123=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #CED97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED97B is #312684. Grayscale: #CBCBCB. Windows color (decimal): -3221125 or 8116686. OLE color: 8116686.
HSL color Cylindrical-coordinate representation of color #CED97B: hue angle of 67.02º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CED97B is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 123 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.15 |
| HSL | 67.02º | 0.55% | 0.67% | - |
| HSV(B) | 67.02º | 0.43% | 0.85% | - |
| XYZ | 53.84 | 64.18 | 28.29 | - |
| YUV | 203 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 123 | 0.05 | 0 | 0.43 | 0.15 | 67.02 | 0.55 | 0.67 |
| Hex | CE | D9 | 7B | 5 | 0 | 2B | F | 43 | 37 | 43 |
| Octal | 316 | 331 | 173 | 5 | 0 | 53 | 17 | 103 | 67 | 103 |
| Binary | 11001110 | 11011001 | 1111011 | 101 | 0 | 101011 | 1111 | 1000011 | 110111 | 1000011 |
Color Harmonies of #CED97B
Complementary color
Monochromatic Colors of #CED97B
Black with #CED97B
Text Example
Text Example
White with #CED97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED97B; }
p { color: rgb(206,217,123); }
H1.HeaderClassName
{
color: #CED97B;
}
.AnyTagClassName
{
color: #CED97B;
}
</style>
background-color css
<style>
a { background-color: #CED97B; }
a { background-color: rgb(206,217,123); }
div.DivClassName
{
background-color: #CED97B;
}
.BgClassName
{
background-color: #CED97B;
}
</style>
border-color css
<style>
span { border-color: #CED97B; }
span { border-color: rgb(206,217,123); }
td.TdClassName
{
border-color: #CED97B;
}
.TagClassName
{
border-color: #CED97B;
}
</style>