Shades of Sandwisp #DDD08A
Tints of Sandwisp #DDD08A
RGB
CMYK
RGB Variations
Color information
#DDD08A (or 0xDDD08A) is known color: Sandwisp. HEX triplet: DD, D0 and 8A. RGB value is (221,208,138). Sum of RGB (Red+Green+Blue) = 221+208+138=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD08A is #222F75. Grayscale: #CCCCCC. Windows color (decimal): -2240374 or 9097437. OLE color: 9097437.
HSL color Cylindrical-coordinate representation of color #DDD08A: hue angle of 50.6º 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 #DDD08A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 138 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.13 |
| HSL | 50.6º | 0.55% | 0.7% | - |
| HSV(B) | 50.6º | 0.38% | 0.87% | - |
| XYZ | 56.96 | 62.32 | 33.07 | - |
| YUV | 203.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 138 | 0 | 0.06 | 0.38 | 0.13 | 50.6 | 0.55 | 0.7 |
| Hex | DD | D0 | 8A | 0 | 6 | 26 | D | 33 | 37 | 46 |
| Octal | 335 | 320 | 212 | 0 | 6 | 46 | 15 | 63 | 67 | 106 |
| Binary | 11011101 | 11010000 | 10001010 | 0 | 110 | 100110 | 1101 | 110011 | 110111 | 1000110 |
Color Harmonies of #DDD08A
Complementary color
Monochromatic Colors of #DDD08A
Black with #DDD08A
Text Example
Text Example
White with #DDD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD08A; }
p { color: rgb(221,208,138); }
H1.HeaderClassName
{
color: #DDD08A;
}
.AnyTagClassName
{
color: #DDD08A;
}
</style>
background-color css
<style>
a { background-color: #DDD08A; }
a { background-color: rgb(221,208,138); }
div.DivClassName
{
background-color: #DDD08A;
}
.BgClassName
{
background-color: #DDD08A;
}
</style>
border-color css
<style>
span { border-color: #DDD08A; }
span { border-color: rgb(221,208,138); }
td.TdClassName
{
border-color: #DDD08A;
}
.TagClassName
{
border-color: #DDD08A;
}
</style>