Shades of Deco #CDD48D
Tints of Deco #CDD48D
RGB
CMYK
RGB Variations
Color information
#CDD48D (or 0xCDD48D) is known color: Deco. HEX triplet: CD, D4 and 8D. RGB value is (205,212,141). Sum of RGB (Red+Green+Blue) = 205+212+141=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD48D is #322B72. Grayscale: #CACACA. Windows color (decimal): -3287923 or 9295053. OLE color: 9295053.
HSL color Cylindrical-coordinate representation of color #CDD48D: hue angle of 65.92º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDD48D is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 141 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.17 |
| HSL | 65.92º | 0.45% | 0.69% | - |
| HSV(B) | 65.92º | 0.33% | 0.83% | - |
| XYZ | 53.53 | 61.99 | 34.34 | - |
| YUV | 201.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 141 | 0.03 | 0 | 0.33 | 0.17 | 65.92 | 0.45 | 0.69 |
| Hex | CD | D4 | 8D | 3 | 0 | 21 | 11 | 42 | 2D | 45 |
| Octal | 315 | 324 | 215 | 3 | 0 | 41 | 21 | 102 | 55 | 105 |
| Binary | 11001101 | 11010100 | 10001101 | 11 | 0 | 100001 | 10001 | 1000010 | 101101 | 1000101 |
Color Harmonies of #CDD48D
Complementary color
Monochromatic Colors of #CDD48D
Black with #CDD48D
Text Example
Text Example
White with #CDD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD48D; }
p { color: rgb(205,212,141); }
H1.HeaderClassName
{
color: #CDD48D;
}
.AnyTagClassName
{
color: #CDD48D;
}
</style>
background-color css
<style>
a { background-color: #CDD48D; }
a { background-color: rgb(205,212,141); }
div.DivClassName
{
background-color: #CDD48D;
}
.BgClassName
{
background-color: #CDD48D;
}
</style>
border-color css
<style>
span { border-color: #CDD48D; }
span { border-color: rgb(205,212,141); }
td.TdClassName
{
border-color: #CDD48D;
}
.TagClassName
{
border-color: #CDD48D;
}
</style>