Shades of Deco #CDCD89
Tints of Deco #CDCD89
RGB
CMYK
RGB Variations
Color information
#CDCD89 (or 0xCDCD89) is known color: Deco. HEX triplet: CD, CD and 89. RGB value is (205,205,137). Sum of RGB (Red+Green+Blue) = 205+205+137=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCD89 is #323276. Grayscale: #C5C5C5. Windows color (decimal): -3289719 or 9031117. OLE color: 9031117.
HSL color Cylindrical-coordinate representation of color #CDCD89: hue angle of 60º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDCD89 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 137 | - |
| CMYK | 0 | 0 | 0.33 | 0.20 |
| HSL | 60º | 0.4% | 0.67% | - |
| HSV(B) | 60º | 0.33% | 0.8% | - |
| XYZ | 51.52 | 58.45 | 32.23 | - |
| YUV | 197.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 137 | 0 | 0 | 0.33 | 0.20 | 60 | 0.4 | 0.67 |
| Hex | CD | CD | 89 | 0 | 0 | 21 | 14 | 3C | 28 | 43 |
| Octal | 315 | 315 | 211 | 0 | 0 | 41 | 24 | 74 | 50 | 103 |
| Binary | 11001101 | 11001101 | 10001001 | 0 | 0 | 100001 | 10100 | 111100 | 101000 | 1000011 |
Color Harmonies of #CDCD89
Complementary color
Monochromatic Colors of #CDCD89
Black with #CDCD89
Text Example
Text Example
White with #CDCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD89; }
p { color: rgb(205,205,137); }
H1.HeaderClassName
{
color: #CDCD89;
}
.AnyTagClassName
{
color: #CDCD89;
}
</style>
background-color css
<style>
a { background-color: #CDCD89; }
a { background-color: rgb(205,205,137); }
div.DivClassName
{
background-color: #CDCD89;
}
.BgClassName
{
background-color: #CDCD89;
}
</style>
border-color css
<style>
span { border-color: #CDCD89; }
span { border-color: rgb(205,205,137); }
td.TdClassName
{
border-color: #CDCD89;
}
.TagClassName
{
border-color: #CDCD89;
}
</style>