Shades of Sandwisp #D7CB89
Tints of Sandwisp #D7CB89
RGB
CMYK
RGB Variations
Color information
#D7CB89 (or 0xD7CB89) is known color: Sandwisp. HEX triplet: D7, CB and 89. RGB value is (215,203,137). Sum of RGB (Red+Green+Blue) = 215+203+137=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CB89 is #283476. Grayscale: #C7C7C7. Windows color (decimal): -2634871 or 9030615. OLE color: 9030615.
HSL color Cylindrical-coordinate representation of color #D7CB89: hue angle of 50.77º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7CB89 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 137 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.16 |
| HSL | 50.77º | 0.49% | 0.69% | - |
| HSV(B) | 50.77º | 0.36% | 0.84% | - |
| XYZ | 53.9 | 58.97 | 32.21 | - |
| YUV | 199.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 137 | 0 | 0.06 | 0.36 | 0.16 | 50.77 | 0.49 | 0.69 |
| Hex | D7 | CB | 89 | 0 | 6 | 24 | 10 | 33 | 31 | 45 |
| Octal | 327 | 313 | 211 | 0 | 6 | 44 | 20 | 63 | 61 | 105 |
| Binary | 11010111 | 11001011 | 10001001 | 0 | 110 | 100100 | 10000 | 110011 | 110001 | 1000101 |
Color Harmonies of #D7CB89
Complementary color
Monochromatic Colors of #D7CB89
Black with #D7CB89
Text Example
Text Example
White with #D7CB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB89; }
p { color: rgb(215,203,137); }
H1.HeaderClassName
{
color: #D7CB89;
}
.AnyTagClassName
{
color: #D7CB89;
}
</style>
background-color css
<style>
a { background-color: #D7CB89; }
a { background-color: rgb(215,203,137); }
div.DivClassName
{
background-color: #D7CB89;
}
.BgClassName
{
background-color: #D7CB89;
}
</style>
border-color css
<style>
span { border-color: #D7CB89; }
span { border-color: rgb(215,203,137); }
td.TdClassName
{
border-color: #D7CB89;
}
.TagClassName
{
border-color: #D7CB89;
}
</style>