Shades of Sandwisp #D9D08C
Tints of Sandwisp #D9D08C
RGB
CMYK
RGB Variations
Color information
#D9D08C (or 0xD9D08C) is known color: Sandwisp. HEX triplet: D9, D0 and 8C. RGB value is (217,208,140). Sum of RGB (Red+Green+Blue) = 217+208+140=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D08C is #262F73. Grayscale: #CBCBCB. Windows color (decimal): -2502516 or 9228505. OLE color: 9228505.
HSL color Cylindrical-coordinate representation of color #D9D08C: hue angle of 52.99º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9D08C is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 140 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.15 |
| HSL | 52.99º | 0.5% | 0.7% | - |
| HSV(B) | 52.99º | 0.35% | 0.85% | - |
| XYZ | 55.9 | 61.76 | 33.78 | - |
| YUV | 202.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 140 | 0 | 0.04 | 0.35 | 0.15 | 52.99 | 0.5 | 0.7 |
| Hex | D9 | D0 | 8C | 0 | 4 | 23 | F | 35 | 32 | 46 |
| Octal | 331 | 320 | 214 | 0 | 4 | 43 | 17 | 65 | 62 | 106 |
| Binary | 11011001 | 11010000 | 10001100 | 0 | 100 | 100011 | 1111 | 110101 | 110010 | 1000110 |
Color Harmonies of #D9D08C
Complementary color
Monochromatic Colors of #D9D08C
Black with #D9D08C
Text Example
Text Example
White with #D9D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D08C; }
p { color: rgb(217,208,140); }
H1.HeaderClassName
{
color: #D9D08C;
}
.AnyTagClassName
{
color: #D9D08C;
}
</style>
background-color css
<style>
a { background-color: #D9D08C; }
a { background-color: rgb(217,208,140); }
div.DivClassName
{
background-color: #D9D08C;
}
.BgClassName
{
background-color: #D9D08C;
}
</style>
border-color css
<style>
span { border-color: #D9D08C; }
span { border-color: rgb(217,208,140); }
td.TdClassName
{
border-color: #D9D08C;
}
.TagClassName
{
border-color: #D9D08C;
}
</style>