Shades of Deco #CDDD84
Tints of Deco #CDDD84
RGB
CMYK
RGB Variations
Color information
#CDDD84 (or 0xCDDD84) is known color: Deco. HEX triplet: CD, DD and 84. RGB value is (205,221,132). Sum of RGB (Red+Green+Blue) = 205+221+132=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD84 is #32227B. Grayscale: #CECECE. Windows color (decimal): -3285628 or 8707533. OLE color: 8707533.
HSL color Cylindrical-coordinate representation of color #CDDD84: hue angle of 70.79º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDDD84 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 132 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.13 |
| HSL | 70.79º | 0.57% | 0.69% | - |
| HSV(B) | 70.79º | 0.4% | 0.87% | - |
| XYZ | 55.2 | 66.36 | 31.73 | - |
| YUV | 206.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 132 | 0.07 | 0 | 0.40 | 0.13 | 70.79 | 0.57 | 0.69 |
| Hex | CD | DD | 84 | 7 | 0 | 28 | D | 47 | 39 | 45 |
| Octal | 315 | 335 | 204 | 7 | 0 | 50 | 15 | 107 | 71 | 105 |
| Binary | 11001101 | 11011101 | 10000100 | 111 | 0 | 101000 | 1101 | 1000111 | 111001 | 1000101 |
Color Harmonies of #CDDD84
Complementary color
Monochromatic Colors of #CDDD84
Black with #CDDD84
Text Example
Text Example
White with #CDDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD84; }
p { color: rgb(205,221,132); }
H1.HeaderClassName
{
color: #CDDD84;
}
.AnyTagClassName
{
color: #CDDD84;
}
</style>
background-color css
<style>
a { background-color: #CDDD84; }
a { background-color: rgb(205,221,132); }
div.DivClassName
{
background-color: #CDDD84;
}
.BgClassName
{
background-color: #CDDD84;
}
</style>
border-color css
<style>
span { border-color: #CDDD84; }
span { border-color: rgb(205,221,132); }
td.TdClassName
{
border-color: #CDDD84;
}
.TagClassName
{
border-color: #CDDD84;
}
</style>