Shades of Sandwisp #DDD38A
Tints of Sandwisp #DDD38A
RGB
CMYK
RGB Variations
Color information
#DDD38A (or 0xDDD38A) is known color: Sandwisp. HEX triplet: DD, D3 and 8A. RGB value is (221,211,138). Sum of RGB (Red+Green+Blue) = 221+211+138=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD38A is #222C75. Grayscale: #CDCDCD. Windows color (decimal): -2239606 or 9098205. OLE color: 9098205.
HSL color Cylindrical-coordinate representation of color #DDD38A: hue angle of 52.77º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDD38A is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 138 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.13 |
| HSL | 52.77º | 0.55% | 0.7% | - |
| HSV(B) | 52.77º | 0.38% | 0.87% | - |
| XYZ | 57.7 | 63.8 | 33.32 | - |
| YUV | 205.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 138 | 0 | 0.05 | 0.38 | 0.13 | 52.77 | 0.55 | 0.7 |
| Hex | DD | D3 | 8A | 0 | 5 | 26 | D | 35 | 37 | 46 |
| Octal | 335 | 323 | 212 | 0 | 5 | 46 | 15 | 65 | 67 | 106 |
| Binary | 11011101 | 11010011 | 10001010 | 0 | 101 | 100110 | 1101 | 110101 | 110111 | 1000110 |
Color Harmonies of #DDD38A
Complementary color
Monochromatic Colors of #DDD38A
Black with #DDD38A
Text Example
Text Example
White with #DDD38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD38A; }
p { color: rgb(221,211,138); }
H1.HeaderClassName
{
color: #DDD38A;
}
.AnyTagClassName
{
color: #DDD38A;
}
</style>
background-color css
<style>
a { background-color: #DDD38A; }
a { background-color: rgb(221,211,138); }
div.DivClassName
{
background-color: #DDD38A;
}
.BgClassName
{
background-color: #DDD38A;
}
</style>
border-color css
<style>
span { border-color: #DDD38A; }
span { border-color: rgb(221,211,138); }
td.TdClassName
{
border-color: #DDD38A;
}
.TagClassName
{
border-color: #DDD38A;
}
</style>