Shades of Deco #CDDA8F
Tints of Deco #CDDA8F
RGB
CMYK
RGB Variations
Color information
#CDDA8F (or 0xCDDA8F) is known color: Deco. HEX triplet: CD, DA and 8F. RGB value is (205,218,143). Sum of RGB (Red+Green+Blue) = 205+218+143=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA8F is #322570. Grayscale: #CDCDCD. Windows color (decimal): -3286385 or 9427661. OLE color: 9427661.
HSL color Cylindrical-coordinate representation of color #CDDA8F: hue angle of 70.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDDA8F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 143 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.15 |
| HSL | 70.4º | 0.5% | 0.71% | - |
| HSV(B) | 70.4º | 0.34% | 0.85% | - |
| XYZ | 55.21 | 65.11 | 35.64 | - |
| YUV | 205.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 143 | 0.06 | 0 | 0.34 | 0.15 | 70.4 | 0.5 | 0.71 |
| Hex | CD | DA | 8F | 6 | 0 | 22 | F | 46 | 32 | 47 |
| Octal | 315 | 332 | 217 | 6 | 0 | 42 | 17 | 106 | 62 | 107 |
| Binary | 11001101 | 11011010 | 10001111 | 110 | 0 | 100010 | 1111 | 1000110 | 110010 | 1000111 |
Color Harmonies of #CDDA8F
Complementary color
Monochromatic Colors of #CDDA8F
Black with #CDDA8F
Text Example
Text Example
White with #CDDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA8F; }
p { color: rgb(205,218,143); }
H1.HeaderClassName
{
color: #CDDA8F;
}
.AnyTagClassName
{
color: #CDDA8F;
}
</style>
background-color css
<style>
a { background-color: #CDDA8F; }
a { background-color: rgb(205,218,143); }
div.DivClassName
{
background-color: #CDDA8F;
}
.BgClassName
{
background-color: #CDDA8F;
}
</style>
border-color css
<style>
span { border-color: #CDDA8F; }
span { border-color: rgb(205,218,143); }
td.TdClassName
{
border-color: #CDDA8F;
}
.TagClassName
{
border-color: #CDDA8F;
}
</style>