Shades of Sandwisp #D8CD8A
Tints of Sandwisp #D8CD8A
RGB
CMYK
RGB Variations
Color information
#D8CD8A (or 0xD8CD8A) is known color: Sandwisp. HEX triplet: D8, CD and 8A. RGB value is (216,205,138). Sum of RGB (Red+Green+Blue) = 216+205+138=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CD8A is #273275. Grayscale: #C8C8C8. Windows color (decimal): -2568822 or 9096664. OLE color: 9096664.
HSL color Cylindrical-coordinate representation of color #D8CD8A: hue angle of 51.54º 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 #D8CD8A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 138 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.15 |
| HSL | 51.54º | 0.5% | 0.69% | - |
| HSV(B) | 51.54º | 0.36% | 0.85% | - |
| XYZ | 54.74 | 60.1 | 32.76 | - |
| YUV | 200.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 138 | 0 | 0.05 | 0.36 | 0.15 | 51.54 | 0.5 | 0.69 |
| Hex | D8 | CD | 8A | 0 | 5 | 24 | F | 34 | 32 | 45 |
| Octal | 330 | 315 | 212 | 0 | 5 | 44 | 17 | 64 | 62 | 105 |
| Binary | 11011000 | 11001101 | 10001010 | 0 | 101 | 100100 | 1111 | 110100 | 110010 | 1000101 |
Color Harmonies of #D8CD8A
Complementary color
Monochromatic Colors of #D8CD8A
Black with #D8CD8A
Text Example
Text Example
White with #D8CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD8A; }
p { color: rgb(216,205,138); }
H1.HeaderClassName
{
color: #D8CD8A;
}
.AnyTagClassName
{
color: #D8CD8A;
}
</style>
background-color css
<style>
a { background-color: #D8CD8A; }
a { background-color: rgb(216,205,138); }
div.DivClassName
{
background-color: #D8CD8A;
}
.BgClassName
{
background-color: #D8CD8A;
}
</style>
border-color css
<style>
span { border-color: #D8CD8A; }
span { border-color: rgb(216,205,138); }
td.TdClassName
{
border-color: #D8CD8A;
}
.TagClassName
{
border-color: #D8CD8A;
}
</style>