Shades of Sandwisp #DDCB86
Tints of Sandwisp #DDCB86
RGB
CMYK
RGB Variations
Color information
#DDCB86 (or 0xDDCB86) is known color: Sandwisp. HEX triplet: DD, CB and 86. RGB value is (221,203,134). Sum of RGB (Red+Green+Blue) = 221+203+134=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB86 is #223479. Grayscale: #C8C8C8. Windows color (decimal): -2241658 or 8834013. OLE color: 8834013.
HSL color Cylindrical-coordinate representation of color #DDCB86: hue angle of 47.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDCB86 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 134 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.13 |
| HSL | 47.59º | 0.56% | 0.7% | - |
| HSV(B) | 47.59º | 0.39% | 0.87% | - |
| XYZ | 55.48 | 59.81 | 31.17 | - |
| YUV | 200.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 134 | 0 | 0.08 | 0.39 | 0.13 | 47.59 | 0.56 | 0.7 |
| Hex | DD | CB | 86 | 0 | 8 | 27 | D | 30 | 38 | 46 |
| Octal | 335 | 313 | 206 | 0 | 10 | 47 | 15 | 60 | 70 | 106 |
| Binary | 11011101 | 11001011 | 10000110 | 0 | 1000 | 100111 | 1101 | 110000 | 111000 | 1000110 |
Color Harmonies of #DDCB86
Complementary color
Monochromatic Colors of #DDCB86
Black with #DDCB86
Text Example
Text Example
White with #DDCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB86; }
p { color: rgb(221,203,134); }
H1.HeaderClassName
{
color: #DDCB86;
}
.AnyTagClassName
{
color: #DDCB86;
}
</style>
background-color css
<style>
a { background-color: #DDCB86; }
a { background-color: rgb(221,203,134); }
div.DivClassName
{
background-color: #DDCB86;
}
.BgClassName
{
background-color: #DDCB86;
}
</style>
border-color css
<style>
span { border-color: #DDCB86; }
span { border-color: rgb(221,203,134); }
td.TdClassName
{
border-color: #DDCB86;
}
.TagClassName
{
border-color: #DDCB86;
}
</style>