Shades of Sandwisp #D7CE8B
Tints of Sandwisp #D7CE8B
RGB
CMYK
RGB Variations
Color information
#D7CE8B (or 0xD7CE8B) is known color: Sandwisp. HEX triplet: D7, CE and 8B. RGB value is (215,206,139). Sum of RGB (Red+Green+Blue) = 215+206+139=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CE8B is #283174. Grayscale: #C9C9C9. Windows color (decimal): -2634101 or 9162455. OLE color: 9162455.
HSL color Cylindrical-coordinate representation of color #D7CE8B: hue angle of 52.89º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7CE8B is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 139 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.16 |
| HSL | 52.89º | 0.49% | 0.69% | - |
| HSV(B) | 52.89º | 0.35% | 0.84% | - |
| XYZ | 54.76 | 60.45 | 33.21 | - |
| YUV | 201.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 139 | 0 | 0.04 | 0.35 | 0.16 | 52.89 | 0.49 | 0.69 |
| Hex | D7 | CE | 8B | 0 | 4 | 23 | 10 | 35 | 31 | 45 |
| Octal | 327 | 316 | 213 | 0 | 4 | 43 | 20 | 65 | 61 | 105 |
| Binary | 11010111 | 11001110 | 10001011 | 0 | 100 | 100011 | 10000 | 110101 | 110001 | 1000101 |
Color Harmonies of #D7CE8B
Complementary color
Monochromatic Colors of #D7CE8B
Black with #D7CE8B
Text Example
Text Example
White with #D7CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE8B; }
p { color: rgb(215,206,139); }
H1.HeaderClassName
{
color: #D7CE8B;
}
.AnyTagClassName
{
color: #D7CE8B;
}
</style>
background-color css
<style>
a { background-color: #D7CE8B; }
a { background-color: rgb(215,206,139); }
div.DivClassName
{
background-color: #D7CE8B;
}
.BgClassName
{
background-color: #D7CE8B;
}
</style>
border-color css
<style>
span { border-color: #D7CE8B; }
span { border-color: rgb(215,206,139); }
td.TdClassName
{
border-color: #D7CE8B;
}
.TagClassName
{
border-color: #D7CE8B;
}
</style>