Shades of Deco #CDCD77
Tints of Deco #CDCD77
RGB
CMYK
RGB Variations
Color information
#CDCD77 (or 0xCDCD77) is known color: Deco. HEX triplet: CD, CD and 77. RGB value is (205,205,119). Sum of RGB (Red+Green+Blue) = 205+205+119=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD77 is #323288. Grayscale: #C3C3C3. Windows color (decimal): -3289737 or 7851469. OLE color: 7851469.
HSL color Cylindrical-coordinate representation of color #CDCD77: hue angle of 60º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDCD77 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 119 | - |
| CMYK | 0 | 0 | 0.42 | 0.20 |
| HSL | 60º | 0.46% | 0.64% | - |
| HSV(B) | 60º | 0.42% | 0.8% | - |
| XYZ | 50.34 | 57.97 | 25.99 | - |
| YUV | 195.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 119 | 0 | 0 | 0.42 | 0.20 | 60 | 0.46 | 0.64 |
| Hex | CD | CD | 77 | 0 | 0 | 2A | 14 | 3C | 2E | 40 |
| Octal | 315 | 315 | 167 | 0 | 0 | 52 | 24 | 74 | 56 | 100 |
| Binary | 11001101 | 11001101 | 1110111 | 0 | 0 | 101010 | 10100 | 111100 | 101110 | 1000000 |
Color Harmonies of #CDCD77
Complementary color
Monochromatic Colors of #CDCD77
Black with #CDCD77
Text Example
Text Example
White with #CDCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD77; }
p { color: rgb(205,205,119); }
H1.HeaderClassName
{
color: #CDCD77;
}
.AnyTagClassName
{
color: #CDCD77;
}
</style>
background-color css
<style>
a { background-color: #CDCD77; }
a { background-color: rgb(205,205,119); }
div.DivClassName
{
background-color: #CDCD77;
}
.BgClassName
{
background-color: #CDCD77;
}
</style>
border-color css
<style>
span { border-color: #CDCD77; }
span { border-color: rgb(205,205,119); }
td.TdClassName
{
border-color: #CDCD77;
}
.TagClassName
{
border-color: #CDCD77;
}
</style>