Shades of Deco #CDCB7C
Tints of Deco #CDCB7C
RGB
CMYK
RGB Variations
Color information
#CDCB7C (or 0xCDCB7C) is known color: Deco. HEX triplet: CD, CB and 7C. RGB value is (205,203,124). Sum of RGB (Red+Green+Blue) = 205+203+124=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCB7C is #323483. Grayscale: #C2C2C2. Windows color (decimal): -3290244 or 8178637. OLE color: 8178637.
HSL color Cylindrical-coordinate representation of color #CDCB7C: hue angle of 58.52º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDCB7C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 203 | 124 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.20 |
| HSL | 58.52º | 0.45% | 0.65% | - |
| HSV(B) | 58.52º | 0.4% | 0.8% | - |
| XYZ | 50.17 | 57.15 | 27.45 | - |
| YUV | 194.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 124 | 0 | 0.01 | 0.40 | 0.20 | 58.52 | 0.45 | 0.65 |
| Hex | CD | CB | 7C | 0 | 1 | 28 | 14 | 3B | 2D | 41 |
| Octal | 315 | 313 | 174 | 0 | 1 | 50 | 24 | 73 | 55 | 101 |
| Binary | 11001101 | 11001011 | 1111100 | 0 | 1 | 101000 | 10100 | 111011 | 101101 | 1000001 |
Color Harmonies of #CDCB7C
Complementary color
Monochromatic Colors of #CDCB7C
Black with #CDCB7C
Text Example
Text Example
White with #CDCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCB7C; }
p { color: rgb(205,203,124); }
H1.HeaderClassName
{
color: #CDCB7C;
}
.AnyTagClassName
{
color: #CDCB7C;
}
</style>
background-color css
<style>
a { background-color: #CDCB7C; }
a { background-color: rgb(205,203,124); }
div.DivClassName
{
background-color: #CDCB7C;
}
.BgClassName
{
background-color: #CDCB7C;
}
</style>
border-color css
<style>
span { border-color: #CDCB7C; }
span { border-color: rgb(205,203,124); }
td.TdClassName
{
border-color: #CDCB7C;
}
.TagClassName
{
border-color: #CDCB7C;
}
</style>