Shades of Sandwisp #DDCB84
Tints of Sandwisp #DDCB84
RGB
CMYK
RGB Variations
Color information
#DDCB84 (or 0xDDCB84) is known color: Sandwisp. HEX triplet: DD, CB and 84. RGB value is (221,203,132). Sum of RGB (Red+Green+Blue) = 221+203+132=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB84 is #22347B. Grayscale: #C8C8C8. Windows color (decimal): -2241660 or 8702941. OLE color: 8702941.
HSL color Cylindrical-coordinate representation of color #DDCB84: hue angle of 47.87º 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 #DDCB84 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 132 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.13 |
| HSL | 47.87º | 0.57% | 0.69% | - |
| HSV(B) | 47.87º | 0.4% | 0.87% | - |
| XYZ | 55.34 | 59.75 | 30.45 | - |
| YUV | 200.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 132 | 0 | 0.08 | 0.40 | 0.13 | 47.87 | 0.57 | 0.69 |
| Hex | DD | CB | 84 | 0 | 8 | 28 | D | 30 | 39 | 45 |
| Octal | 335 | 313 | 204 | 0 | 10 | 50 | 15 | 60 | 71 | 105 |
| Binary | 11011101 | 11001011 | 10000100 | 0 | 1000 | 101000 | 1101 | 110000 | 111001 | 1000101 |
Color Harmonies of #DDCB84
Complementary color
Monochromatic Colors of #DDCB84
Black with #DDCB84
Text Example
Text Example
White with #DDCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB84; }
p { color: rgb(221,203,132); }
H1.HeaderClassName
{
color: #DDCB84;
}
.AnyTagClassName
{
color: #DDCB84;
}
</style>
background-color css
<style>
a { background-color: #DDCB84; }
a { background-color: rgb(221,203,132); }
div.DivClassName
{
background-color: #DDCB84;
}
.BgClassName
{
background-color: #DDCB84;
}
</style>
border-color css
<style>
span { border-color: #DDCB84; }
span { border-color: rgb(221,203,132); }
td.TdClassName
{
border-color: #DDCB84;
}
.TagClassName
{
border-color: #DDCB84;
}
</style>