Shades of Deco #CDD88A
Tints of Deco #CDD88A
RGB
CMYK
RGB Variations
Color information
#CDD88A (or 0xCDD88A) is known color: Deco. HEX triplet: CD, D8 and 8A. RGB value is (205,216,138). Sum of RGB (Red+Green+Blue) = 205+216+138=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD88A is #322775. Grayscale: #CCCCCC. Windows color (decimal): -3286902 or 9099469. OLE color: 9099469.
HSL color Cylindrical-coordinate representation of color #CDD88A: hue angle of 68.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDD88A is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 138 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.15 |
| HSL | 68.46º | 0.5% | 0.69% | - |
| HSV(B) | 68.46º | 0.36% | 0.85% | - |
| XYZ | 54.32 | 63.93 | 33.52 | - |
| YUV | 203.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 138 | 0.05 | 0 | 0.36 | 0.15 | 68.46 | 0.5 | 0.69 |
| Hex | CD | D8 | 8A | 5 | 0 | 24 | F | 44 | 32 | 45 |
| Octal | 315 | 330 | 212 | 5 | 0 | 44 | 17 | 104 | 62 | 105 |
| Binary | 11001101 | 11011000 | 10001010 | 101 | 0 | 100100 | 1111 | 1000100 | 110010 | 1000101 |
Color Harmonies of #CDD88A
Complementary color
Monochromatic Colors of #CDD88A
Black with #CDD88A
Text Example
Text Example
White with #CDD88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD88A; }
p { color: rgb(205,216,138); }
H1.HeaderClassName
{
color: #CDD88A;
}
.AnyTagClassName
{
color: #CDD88A;
}
</style>
background-color css
<style>
a { background-color: #CDD88A; }
a { background-color: rgb(205,216,138); }
div.DivClassName
{
background-color: #CDD88A;
}
.BgClassName
{
background-color: #CDD88A;
}
</style>
border-color css
<style>
span { border-color: #CDD88A; }
span { border-color: rgb(205,216,138); }
td.TdClassName
{
border-color: #CDD88A;
}
.TagClassName
{
border-color: #CDD88A;
}
</style>