Shades of Sandwisp #D8D18A
Tints of Sandwisp #D8D18A
RGB
CMYK
RGB Variations
Color information
#D8D18A (or 0xD8D18A) is known color: Sandwisp. HEX triplet: D8, D1 and 8A. RGB value is (216,209,138). Sum of RGB (Red+Green+Blue) = 216+209+138=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D18A is #272E75. Grayscale: #CBCBCB. Windows color (decimal): -2567798 or 9097688. OLE color: 9097688.
HSL color Cylindrical-coordinate representation of color #D8D18A: hue angle of 54.62º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8D18A is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 138 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.15 |
| HSL | 54.62º | 0.5% | 0.69% | - |
| HSV(B) | 54.62º | 0.36% | 0.85% | - |
| XYZ | 55.71 | 62.03 | 33.08 | - |
| YUV | 203 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 138 | 0 | 0.03 | 0.36 | 0.15 | 54.62 | 0.5 | 0.69 |
| Hex | D8 | D1 | 8A | 0 | 3 | 24 | F | 37 | 32 | 45 |
| Octal | 330 | 321 | 212 | 0 | 3 | 44 | 17 | 67 | 62 | 105 |
| Binary | 11011000 | 11010001 | 10001010 | 0 | 11 | 100100 | 1111 | 110111 | 110010 | 1000101 |
Color Harmonies of #D8D18A
Complementary color
Monochromatic Colors of #D8D18A
Black with #D8D18A
Text Example
Text Example
White with #D8D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D18A; }
p { color: rgb(216,209,138); }
H1.HeaderClassName
{
color: #D8D18A;
}
.AnyTagClassName
{
color: #D8D18A;
}
</style>
background-color css
<style>
a { background-color: #D8D18A; }
a { background-color: rgb(216,209,138); }
div.DivClassName
{
background-color: #D8D18A;
}
.BgClassName
{
background-color: #D8D18A;
}
</style>
border-color css
<style>
span { border-color: #D8D18A; }
span { border-color: rgb(216,209,138); }
td.TdClassName
{
border-color: #D8D18A;
}
.TagClassName
{
border-color: #D8D18A;
}
</style>