Shades of Deco #CDCC7B
Tints of Deco #CDCC7B
RGB
CMYK
RGB Variations
Color information
#CDCC7B (or 0xCDCC7B) is known color: Deco. HEX triplet: CD, CC and 7B. RGB value is (205,204,123). Sum of RGB (Red+Green+Blue) = 205+204+123=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC7B is #323384. Grayscale: #C3C3C3. Windows color (decimal): -3289989 or 8113357. OLE color: 8113357.
HSL color Cylindrical-coordinate representation of color #CDCC7B: hue angle of 59.27º 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 #CDCC7B is Cyan = 0, Magento = 0.00, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 123 | - |
| CMYK | 0 | 0.00 | 0.4 | 0.20 |
| HSL | 59.27º | 0.45% | 0.64% | - |
| HSV(B) | 59.27º | 0.4% | 0.8% | - |
| XYZ | 50.34 | 57.59 | 27.2 | - |
| YUV | 195.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 123 | 0 | 0.00 | 0.4 | 0.20 | 59.27 | 0.45 | 0.64 |
| Hex | CD | CC | 7B | 0 | 0 | 28 | 14 | 3B | 2D | 40 |
| Octal | 315 | 314 | 173 | 0 | 0 | 50 | 24 | 73 | 55 | 100 |
| Binary | 11001101 | 11001100 | 1111011 | 0 | 0 | 101000 | 10100 | 111011 | 101101 | 1000000 |
Color Harmonies of #CDCC7B
Complementary color
Monochromatic Colors of #CDCC7B
Black with #CDCC7B
Text Example
Text Example
White with #CDCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC7B; }
p { color: rgb(205,204,123); }
H1.HeaderClassName
{
color: #CDCC7B;
}
.AnyTagClassName
{
color: #CDCC7B;
}
</style>
background-color css
<style>
a { background-color: #CDCC7B; }
a { background-color: rgb(205,204,123); }
div.DivClassName
{
background-color: #CDCC7B;
}
.BgClassName
{
background-color: #CDCC7B;
}
</style>
border-color css
<style>
span { border-color: #CDCC7B; }
span { border-color: rgb(205,204,123); }
td.TdClassName
{
border-color: #CDCC7B;
}
.TagClassName
{
border-color: #CDCC7B;
}
</style>