Shades of Deco #CDCC7A
Tints of Deco #CDCC7A
RGB
CMYK
RGB Variations
Color information
#CDCC7A (or 0xCDCC7A) is known color: Deco. HEX triplet: CD, CC and 7A. RGB value is (205,204,122). Sum of RGB (Red+Green+Blue) = 205+204+122=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC7A is #323385. Grayscale: #C3C3C3. Windows color (decimal): -3289990 or 8047821. OLE color: 8047821.
HSL color Cylindrical-coordinate representation of color #CDCC7A: hue angle of 59.28º 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 #CDCC7A is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 122 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.20 |
| HSL | 59.28º | 0.45% | 0.64% | - |
| HSV(B) | 59.28º | 0.4% | 0.8% | - |
| XYZ | 50.28 | 57.57 | 26.87 | - |
| YUV | 194.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 122 | 0 | 0.00 | 0.40 | 0.20 | 59.28 | 0.45 | 0.64 |
| Hex | CD | CC | 7A | 0 | 0 | 28 | 14 | 3B | 2D | 40 |
| Octal | 315 | 314 | 172 | 0 | 0 | 50 | 24 | 73 | 55 | 100 |
| Binary | 11001101 | 11001100 | 1111010 | 0 | 0 | 101000 | 10100 | 111011 | 101101 | 1000000 |
Color Harmonies of #CDCC7A
Complementary color
Monochromatic Colors of #CDCC7A
Black with #CDCC7A
Text Example
Text Example
White with #CDCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC7A; }
p { color: rgb(205,204,122); }
H1.HeaderClassName
{
color: #CDCC7A;
}
.AnyTagClassName
{
color: #CDCC7A;
}
</style>
background-color css
<style>
a { background-color: #CDCC7A; }
a { background-color: rgb(205,204,122); }
div.DivClassName
{
background-color: #CDCC7A;
}
.BgClassName
{
background-color: #CDCC7A;
}
</style>
border-color css
<style>
span { border-color: #CDCC7A; }
span { border-color: rgb(205,204,122); }
td.TdClassName
{
border-color: #CDCC7A;
}
.TagClassName
{
border-color: #CDCC7A;
}
</style>