Shades of Deco #CDCB7B
Tints of Deco #CDCB7B
RGB
CMYK
RGB Variations
Color information
#CDCB7B (or 0xCDCB7B) is known color: Deco. HEX triplet: CD, CB and 7B. RGB value is (205,203,123). Sum of RGB (Red+Green+Blue) = 205+203+123=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCB7B is #323484. Grayscale: #C2C2C2. Windows color (decimal): -3290245 or 8113101. OLE color: 8113101.
HSL color Cylindrical-coordinate representation of color #CDCB7B: hue angle of 58.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDCB7B is Cyan = 0, Magento = 0.01, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 203 | 123 | - |
| CMYK | 0 | 0.01 | 0.4 | 0.20 |
| HSL | 58.54º | 0.45% | 0.64% | - |
| HSV(B) | 58.54º | 0.4% | 0.8% | - |
| XYZ | 50.11 | 57.12 | 27.12 | - |
| YUV | 194.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 123 | 0 | 0.01 | 0.4 | 0.20 | 58.54 | 0.45 | 0.64 |
| Hex | CD | CB | 7B | 0 | 1 | 28 | 14 | 3B | 2D | 40 |
| Octal | 315 | 313 | 173 | 0 | 1 | 50 | 24 | 73 | 55 | 100 |
| Binary | 11001101 | 11001011 | 1111011 | 0 | 1 | 101000 | 10100 | 111011 | 101101 | 1000000 |
Color Harmonies of #CDCB7B
Complementary color
Monochromatic Colors of #CDCB7B
Black with #CDCB7B
Text Example
Text Example
White with #CDCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCB7B; }
p { color: rgb(205,203,123); }
H1.HeaderClassName
{
color: #CDCB7B;
}
.AnyTagClassName
{
color: #CDCB7B;
}
</style>
background-color css
<style>
a { background-color: #CDCB7B; }
a { background-color: rgb(205,203,123); }
div.DivClassName
{
background-color: #CDCB7B;
}
.BgClassName
{
background-color: #CDCB7B;
}
</style>
border-color css
<style>
span { border-color: #CDCB7B; }
span { border-color: rgb(205,203,123); }
td.TdClassName
{
border-color: #CDCB7B;
}
.TagClassName
{
border-color: #CDCB7B;
}
</style>