Shades of Sandwisp #D7D08A
Tints of Sandwisp #D7D08A
RGB
CMYK
RGB Variations
Color information
#D7D08A (or 0xD7D08A) is known color: Sandwisp. HEX triplet: D7, D0 and 8A. RGB value is (215,208,138). Sum of RGB (Red+Green+Blue) = 215+208+138=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D08A is #282F75. Grayscale: #CACACA. Windows color (decimal): -2633590 or 9097431. OLE color: 9097431.
HSL color Cylindrical-coordinate representation of color #D7D08A: hue angle of 54.55º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7D08A is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 138 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.16 |
| HSL | 54.55º | 0.49% | 0.69% | - |
| HSV(B) | 54.55º | 0.36% | 0.84% | - |
| XYZ | 55.17 | 61.39 | 32.99 | - |
| YUV | 202.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 138 | 0 | 0.03 | 0.36 | 0.16 | 54.55 | 0.49 | 0.69 |
| Hex | D7 | D0 | 8A | 0 | 3 | 24 | 10 | 37 | 31 | 45 |
| Octal | 327 | 320 | 212 | 0 | 3 | 44 | 20 | 67 | 61 | 105 |
| Binary | 11010111 | 11010000 | 10001010 | 0 | 11 | 100100 | 10000 | 110111 | 110001 | 1000101 |
Color Harmonies of #D7D08A
Complementary color
Monochromatic Colors of #D7D08A
Black with #D7D08A
Text Example
Text Example
White with #D7D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D08A; }
p { color: rgb(215,208,138); }
H1.HeaderClassName
{
color: #D7D08A;
}
.AnyTagClassName
{
color: #D7D08A;
}
</style>
background-color css
<style>
a { background-color: #D7D08A; }
a { background-color: rgb(215,208,138); }
div.DivClassName
{
background-color: #D7D08A;
}
.BgClassName
{
background-color: #D7D08A;
}
</style>
border-color css
<style>
span { border-color: #D7D08A; }
span { border-color: rgb(215,208,138); }
td.TdClassName
{
border-color: #D7D08A;
}
.TagClassName
{
border-color: #D7D08A;
}
</style>