Shades of Sandwisp #D7D08B
Tints of Sandwisp #D7D08B
RGB
CMYK
RGB Variations
Color information
#D7D08B (or 0xD7D08B) is known color: Sandwisp. HEX triplet: D7, D0 and 8B. RGB value is (215,208,139). Sum of RGB (Red+Green+Blue) = 215+208+139=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D08B is #282F74. Grayscale: #CACACA. Windows color (decimal): -2633589 or 9162967. OLE color: 9162967.
HSL color Cylindrical-coordinate representation of color #D7D08B: hue angle of 54.47º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7D08B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 139 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.16 |
| HSL | 54.47º | 0.49% | 0.69% | - |
| HSV(B) | 54.47º | 0.35% | 0.84% | - |
| XYZ | 55.24 | 61.42 | 33.37 | - |
| YUV | 202.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 139 | 0 | 0.03 | 0.35 | 0.16 | 54.47 | 0.49 | 0.69 |
| Hex | D7 | D0 | 8B | 0 | 3 | 23 | 10 | 36 | 31 | 45 |
| Octal | 327 | 320 | 213 | 0 | 3 | 43 | 20 | 66 | 61 | 105 |
| Binary | 11010111 | 11010000 | 10001011 | 0 | 11 | 100011 | 10000 | 110110 | 110001 | 1000101 |
Color Harmonies of #D7D08B
Complementary color
Monochromatic Colors of #D7D08B
Black with #D7D08B
Text Example
Text Example
White with #D7D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D08B; }
p { color: rgb(215,208,139); }
H1.HeaderClassName
{
color: #D7D08B;
}
.AnyTagClassName
{
color: #D7D08B;
}
</style>
background-color css
<style>
a { background-color: #D7D08B; }
a { background-color: rgb(215,208,139); }
div.DivClassName
{
background-color: #D7D08B;
}
.BgClassName
{
background-color: #D7D08B;
}
</style>
border-color css
<style>
span { border-color: #D7D08B; }
span { border-color: rgb(215,208,139); }
td.TdClassName
{
border-color: #D7D08B;
}
.TagClassName
{
border-color: #D7D08B;
}
</style>