Shades of Sandwisp #DDCD84
Tints of Sandwisp #DDCD84
RGB
CMYK
RGB Variations
Color information
#DDCD84 (or 0xDDCD84) is known color: Sandwisp. HEX triplet: DD, CD and 84. RGB value is (221,205,132). Sum of RGB (Red+Green+Blue) = 221+205+132=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD84 is #22327B. Grayscale: #C9C9C9. Windows color (decimal): -2241148 or 8703453. OLE color: 8703453.
HSL color Cylindrical-coordinate representation of color #DDCD84: hue angle of 49.21º 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 #DDCD84 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 132 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.13 |
| HSL | 49.21º | 0.57% | 0.69% | - |
| HSV(B) | 49.21º | 0.4% | 0.87% | - |
| XYZ | 55.81 | 60.7 | 30.6 | - |
| YUV | 201.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 132 | 0 | 0.07 | 0.40 | 0.13 | 49.21 | 0.57 | 0.69 |
| Hex | DD | CD | 84 | 0 | 7 | 28 | D | 31 | 39 | 45 |
| Octal | 335 | 315 | 204 | 0 | 7 | 50 | 15 | 61 | 71 | 105 |
| Binary | 11011101 | 11001101 | 10000100 | 0 | 111 | 101000 | 1101 | 110001 | 111001 | 1000101 |
Color Harmonies of #DDCD84
Complementary color
Monochromatic Colors of #DDCD84
Black with #DDCD84
Text Example
Text Example
White with #DDCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD84; }
p { color: rgb(221,205,132); }
H1.HeaderClassName
{
color: #DDCD84;
}
.AnyTagClassName
{
color: #DDCD84;
}
</style>
background-color css
<style>
a { background-color: #DDCD84; }
a { background-color: rgb(221,205,132); }
div.DivClassName
{
background-color: #DDCD84;
}
.BgClassName
{
background-color: #DDCD84;
}
</style>
border-color css
<style>
span { border-color: #DDCD84; }
span { border-color: rgb(221,205,132); }
td.TdClassName
{
border-color: #DDCD84;
}
.TagClassName
{
border-color: #DDCD84;
}
</style>