Shades of Sandwisp #DDD384
Tints of Sandwisp #DDD384
RGB
CMYK
RGB Variations
Color information
#DDD384 (or 0xDDD384) is known color: Sandwisp. HEX triplet: DD, D3 and 84. RGB value is (221,211,132). Sum of RGB (Red+Green+Blue) = 221+211+132=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD384 is #222C7B. Grayscale: #CDCDCD. Windows color (decimal): -2239612 or 8704989. OLE color: 8704989.
HSL color Cylindrical-coordinate representation of color #DDD384: hue angle of 53.26º 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 #DDD384 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 132 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.13 |
| HSL | 53.26º | 0.57% | 0.69% | - |
| HSV(B) | 53.26º | 0.4% | 0.87% | - |
| XYZ | 57.28 | 63.63 | 31.09 | - |
| YUV | 204.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 132 | 0 | 0.05 | 0.40 | 0.13 | 53.26 | 0.57 | 0.69 |
| Hex | DD | D3 | 84 | 0 | 5 | 28 | D | 35 | 39 | 45 |
| Octal | 335 | 323 | 204 | 0 | 5 | 50 | 15 | 65 | 71 | 105 |
| Binary | 11011101 | 11010011 | 10000100 | 0 | 101 | 101000 | 1101 | 110101 | 111001 | 1000101 |
Color Harmonies of #DDD384
Complementary color
Monochromatic Colors of #DDD384
Black with #DDD384
Text Example
Text Example
White with #DDD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD384; }
p { color: rgb(221,211,132); }
H1.HeaderClassName
{
color: #DDD384;
}
.AnyTagClassName
{
color: #DDD384;
}
</style>
background-color css
<style>
a { background-color: #DDD384; }
a { background-color: rgb(221,211,132); }
div.DivClassName
{
background-color: #DDD384;
}
.BgClassName
{
background-color: #DDD384;
}
</style>
border-color css
<style>
span { border-color: #DDD384; }
span { border-color: rgb(221,211,132); }
td.TdClassName
{
border-color: #DDD384;
}
.TagClassName
{
border-color: #DDD384;
}
</style>