Shades of Sandwisp #D7CB8D
Tints of Sandwisp #D7CB8D
RGB
CMYK
RGB Variations
Color information
#D7CB8D (or 0xD7CB8D) is known color: Sandwisp. HEX triplet: D7, CB and 8D. RGB value is (215,203,141). Sum of RGB (Red+Green+Blue) = 215+203+141=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CB8D is #283472. Grayscale: #C7C7C7. Windows color (decimal): -2634867 or 9292759. OLE color: 9292759.
HSL color Cylindrical-coordinate representation of color #D7CB8D: hue angle of 50.27º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7CB8D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 141 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.16 |
| HSL | 50.27º | 0.48% | 0.7% | - |
| HSV(B) | 50.27º | 0.34% | 0.84% | - |
| XYZ | 54.19 | 59.08 | 33.75 | - |
| YUV | 199.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 141 | 0 | 0.06 | 0.34 | 0.16 | 50.27 | 0.48 | 0.7 |
| Hex | D7 | CB | 8D | 0 | 6 | 22 | 10 | 32 | 30 | 46 |
| Octal | 327 | 313 | 215 | 0 | 6 | 42 | 20 | 62 | 60 | 106 |
| Binary | 11010111 | 11001011 | 10001101 | 0 | 110 | 100010 | 10000 | 110010 | 110000 | 1000110 |
Color Harmonies of #D7CB8D
Complementary color
Monochromatic Colors of #D7CB8D
Black with #D7CB8D
Text Example
Text Example
White with #D7CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB8D; }
p { color: rgb(215,203,141); }
H1.HeaderClassName
{
color: #D7CB8D;
}
.AnyTagClassName
{
color: #D7CB8D;
}
</style>
background-color css
<style>
a { background-color: #D7CB8D; }
a { background-color: rgb(215,203,141); }
div.DivClassName
{
background-color: #D7CB8D;
}
.BgClassName
{
background-color: #D7CB8D;
}
</style>
border-color css
<style>
span { border-color: #D7CB8D; }
span { border-color: rgb(215,203,141); }
td.TdClassName
{
border-color: #D7CB8D;
}
.TagClassName
{
border-color: #D7CB8D;
}
</style>