Shades of Deco #CDDA93
Tints of Deco #CDDA93
RGB
CMYK
RGB Variations
Color information
#CDDA93 (or 0xCDDA93) is known color: Deco. HEX triplet: CD, DA and 93. RGB value is (205,218,147). Sum of RGB (Red+Green+Blue) = 205+218+147=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA93 is #32256C. Grayscale: #CECECE. Windows color (decimal): -3286381 or 9689805. OLE color: 9689805.
HSL color Cylindrical-coordinate representation of color #CDDA93: hue angle of 70.99º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDDA93 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 147 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.15 |
| HSL | 70.99º | 0.49% | 0.72% | - |
| HSV(B) | 70.99º | 0.33% | 0.85% | - |
| XYZ | 55.51 | 65.23 | 37.27 | - |
| YUV | 206.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 147 | 0.06 | 0 | 0.33 | 0.15 | 70.99 | 0.49 | 0.72 |
| Hex | CD | DA | 93 | 6 | 0 | 21 | F | 47 | 31 | 48 |
| Octal | 315 | 332 | 223 | 6 | 0 | 41 | 17 | 107 | 61 | 110 |
| Binary | 11001101 | 11011010 | 10010011 | 110 | 0 | 100001 | 1111 | 1000111 | 110001 | 1001000 |
Color Harmonies of #CDDA93
Complementary color
Monochromatic Colors of #CDDA93
Black with #CDDA93
Text Example
Text Example
White with #CDDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA93; }
p { color: rgb(205,218,147); }
H1.HeaderClassName
{
color: #CDDA93;
}
.AnyTagClassName
{
color: #CDDA93;
}
</style>
background-color css
<style>
a { background-color: #CDDA93; }
a { background-color: rgb(205,218,147); }
div.DivClassName
{
background-color: #CDDA93;
}
.BgClassName
{
background-color: #CDDA93;
}
</style>
border-color css
<style>
span { border-color: #CDDA93; }
span { border-color: rgb(205,218,147); }
td.TdClassName
{
border-color: #CDDA93;
}
.TagClassName
{
border-color: #CDDA93;
}
</style>