Shades of Sandwisp #D7CB8B
Tints of Sandwisp #D7CB8B
RGB
CMYK
RGB Variations
Color information
#D7CB8B (or 0xD7CB8B) is known color: Sandwisp. HEX triplet: D7, CB and 8B. RGB value is (215,203,139). Sum of RGB (Red+Green+Blue) = 215+203+139=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CB8B is #283474. Grayscale: #C7C7C7. Windows color (decimal): -2634869 or 9161687. OLE color: 9161687.
HSL color Cylindrical-coordinate representation of color #D7CB8B: hue angle of 50.53º 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 #D7CB8B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 139 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.16 |
| HSL | 50.53º | 0.49% | 0.69% | - |
| HSV(B) | 50.53º | 0.35% | 0.84% | - |
| XYZ | 54.04 | 59.02 | 32.97 | - |
| YUV | 199.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 139 | 0 | 0.06 | 0.35 | 0.16 | 50.53 | 0.49 | 0.69 |
| Hex | D7 | CB | 8B | 0 | 6 | 23 | 10 | 33 | 31 | 45 |
| Octal | 327 | 313 | 213 | 0 | 6 | 43 | 20 | 63 | 61 | 105 |
| Binary | 11010111 | 11001011 | 10001011 | 0 | 110 | 100011 | 10000 | 110011 | 110001 | 1000101 |
Color Harmonies of #D7CB8B
Complementary color
Monochromatic Colors of #D7CB8B
Black with #D7CB8B
Text Example
Text Example
White with #D7CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB8B; }
p { color: rgb(215,203,139); }
H1.HeaderClassName
{
color: #D7CB8B;
}
.AnyTagClassName
{
color: #D7CB8B;
}
</style>
background-color css
<style>
a { background-color: #D7CB8B; }
a { background-color: rgb(215,203,139); }
div.DivClassName
{
background-color: #D7CB8B;
}
.BgClassName
{
background-color: #D7CB8B;
}
</style>
border-color css
<style>
span { border-color: #D7CB8B; }
span { border-color: rgb(215,203,139); }
td.TdClassName
{
border-color: #D7CB8B;
}
.TagClassName
{
border-color: #D7CB8B;
}
</style>