Shades of Deco #CDDA8D
Tints of Deco #CDDA8D
RGB
CMYK
RGB Variations
Color information
#CDDA8D (or 0xCDDA8D) is known color: Deco. HEX triplet: CD, DA and 8D. RGB value is (205,218,141). Sum of RGB (Red+Green+Blue) = 205+218+141=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA8D is #322572. Grayscale: #CDCDCD. Windows color (decimal): -3286387 or 9296589. OLE color: 9296589.
HSL color Cylindrical-coordinate representation of color #CDDA8D: hue angle of 70.13º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDDA8D is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 141 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.15 |
| HSL | 70.13º | 0.51% | 0.7% | - |
| HSV(B) | 70.13º | 0.35% | 0.85% | - |
| XYZ | 55.06 | 65.05 | 34.85 | - |
| YUV | 205.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 141 | 0.06 | 0 | 0.35 | 0.15 | 70.13 | 0.51 | 0.7 |
| Hex | CD | DA | 8D | 6 | 0 | 23 | F | 46 | 33 | 46 |
| Octal | 315 | 332 | 215 | 6 | 0 | 43 | 17 | 106 | 63 | 106 |
| Binary | 11001101 | 11011010 | 10001101 | 110 | 0 | 100011 | 1111 | 1000110 | 110011 | 1000110 |
Color Harmonies of #CDDA8D
Complementary color
Monochromatic Colors of #CDDA8D
Black with #CDDA8D
Text Example
Text Example
White with #CDDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA8D; }
p { color: rgb(205,218,141); }
H1.HeaderClassName
{
color: #CDDA8D;
}
.AnyTagClassName
{
color: #CDDA8D;
}
</style>
background-color css
<style>
a { background-color: #CDDA8D; }
a { background-color: rgb(205,218,141); }
div.DivClassName
{
background-color: #CDDA8D;
}
.BgClassName
{
background-color: #CDDA8D;
}
</style>
border-color css
<style>
span { border-color: #CDDA8D; }
span { border-color: rgb(205,218,141); }
td.TdClassName
{
border-color: #CDDA8D;
}
.TagClassName
{
border-color: #CDDA8D;
}
</style>