Shades of Sandwisp #D7D18A
Tints of Sandwisp #D7D18A
RGB
CMYK
RGB Variations
Color information
#D7D18A (or 0xD7D18A) is known color: Sandwisp. HEX triplet: D7, D1 and 8A. RGB value is (215,209,138). Sum of RGB (Red+Green+Blue) = 215+209+138=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D18A is #282E75. Grayscale: #CACACA. Windows color (decimal): -2633334 or 9097687. OLE color: 9097687.
HSL color Cylindrical-coordinate representation of color #D7D18A: hue angle of 55.32º 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 #D7D18A is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 138 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.16 |
| HSL | 55.32º | 0.49% | 0.69% | - |
| HSV(B) | 55.32º | 0.36% | 0.84% | - |
| XYZ | 55.41 | 61.88 | 33.07 | - |
| YUV | 202.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 138 | 0 | 0.03 | 0.36 | 0.16 | 55.32 | 0.49 | 0.69 |
| Hex | D7 | D1 | 8A | 0 | 3 | 24 | 10 | 37 | 31 | 45 |
| Octal | 327 | 321 | 212 | 0 | 3 | 44 | 20 | 67 | 61 | 105 |
| Binary | 11010111 | 11010001 | 10001010 | 0 | 11 | 100100 | 10000 | 110111 | 110001 | 1000101 |
Color Harmonies of #D7D18A
Complementary color
Monochromatic Colors of #D7D18A
Black with #D7D18A
Text Example
Text Example
White with #D7D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D18A; }
p { color: rgb(215,209,138); }
H1.HeaderClassName
{
color: #D7D18A;
}
.AnyTagClassName
{
color: #D7D18A;
}
</style>
background-color css
<style>
a { background-color: #D7D18A; }
a { background-color: rgb(215,209,138); }
div.DivClassName
{
background-color: #D7D18A;
}
.BgClassName
{
background-color: #D7D18A;
}
</style>
border-color css
<style>
span { border-color: #D7D18A; }
span { border-color: rgb(215,209,138); }
td.TdClassName
{
border-color: #D7D18A;
}
.TagClassName
{
border-color: #D7D18A;
}
</style>