Shades of Deco #CDDA89
Tints of Deco #CDDA89
RGB
CMYK
RGB Variations
Color information
#CDDA89 (or 0xCDDA89) is known color: Deco. HEX triplet: CD, DA and 89. RGB value is (205,218,137). Sum of RGB (Red+Green+Blue) = 205+218+137=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA89 is #322576. Grayscale: #CDCDCD. Windows color (decimal): -3286391 or 9034445. OLE color: 9034445.
HSL color Cylindrical-coordinate representation of color #CDDA89: hue angle of 69.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDDA89 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 137 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.15 |
| HSL | 69.63º | 0.52% | 0.7% | - |
| HSV(B) | 69.63º | 0.37% | 0.85% | - |
| XYZ | 54.76 | 64.93 | 33.31 | - |
| YUV | 204.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 137 | 0.06 | 0 | 0.37 | 0.15 | 69.63 | 0.52 | 0.7 |
| Hex | CD | DA | 89 | 6 | 0 | 25 | F | 46 | 34 | 46 |
| Octal | 315 | 332 | 211 | 6 | 0 | 45 | 17 | 106 | 64 | 106 |
| Binary | 11001101 | 11011010 | 10001001 | 110 | 0 | 100101 | 1111 | 1000110 | 110100 | 1000110 |
Color Harmonies of #CDDA89
Complementary color
Monochromatic Colors of #CDDA89
Black with #CDDA89
Text Example
Text Example
White with #CDDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA89; }
p { color: rgb(205,218,137); }
H1.HeaderClassName
{
color: #CDDA89;
}
.AnyTagClassName
{
color: #CDDA89;
}
</style>
background-color css
<style>
a { background-color: #CDDA89; }
a { background-color: rgb(205,218,137); }
div.DivClassName
{
background-color: #CDDA89;
}
.BgClassName
{
background-color: #CDDA89;
}
</style>
border-color css
<style>
span { border-color: #CDDA89; }
span { border-color: rgb(205,218,137); }
td.TdClassName
{
border-color: #CDDA89;
}
.TagClassName
{
border-color: #CDDA89;
}
</style>