Shades of Deco #CDCA89
Tints of Deco #CDCA89
RGB
CMYK
RGB Variations
Color information
#CDCA89 (or 0xCDCA89) is known color: Deco. HEX triplet: CD, CA and 89. RGB value is (205,202,137). Sum of RGB (Red+Green+Blue) = 205+202+137=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCA89 is #323576. Grayscale: #C3C3C3. Windows color (decimal): -3290487 or 9030349. OLE color: 9030349.
HSL color Cylindrical-coordinate representation of color #CDCA89: hue angle of 57.35º 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 #CDCA89 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 202 | 137 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.20 |
| HSL | 57.35º | 0.4% | 0.67% | - |
| HSV(B) | 57.35º | 0.33% | 0.8% | - |
| XYZ | 50.81 | 57.03 | 32 | - |
| YUV | 195.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 202 | 137 | 0 | 0.01 | 0.33 | 0.20 | 57.35 | 0.4 | 0.67 |
| Hex | CD | CA | 89 | 0 | 1 | 21 | 14 | 39 | 28 | 43 |
| Octal | 315 | 312 | 211 | 0 | 1 | 41 | 24 | 71 | 50 | 103 |
| Binary | 11001101 | 11001010 | 10001001 | 0 | 1 | 100001 | 10100 | 111001 | 101000 | 1000011 |
Color Harmonies of #CDCA89
Complementary color
Monochromatic Colors of #CDCA89
Black with #CDCA89
Text Example
Text Example
White with #CDCA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCA89; }
p { color: rgb(205,202,137); }
H1.HeaderClassName
{
color: #CDCA89;
}
.AnyTagClassName
{
color: #CDCA89;
}
</style>
background-color css
<style>
a { background-color: #CDCA89; }
a { background-color: rgb(205,202,137); }
div.DivClassName
{
background-color: #CDCA89;
}
.BgClassName
{
background-color: #CDCA89;
}
</style>
border-color css
<style>
span { border-color: #CDCA89; }
span { border-color: rgb(205,202,137); }
td.TdClassName
{
border-color: #CDCA89;
}
.TagClassName
{
border-color: #CDCA89;
}
</style>