Shades of Sandwisp #D7C57B
Tints of Sandwisp #D7C57B
RGB
CMYK
RGB Variations
Color information
#D7C57B (or 0xD7C57B) is known color: Sandwisp. HEX triplet: D7, C5 and 7B. RGB value is (215,197,123). Sum of RGB (Red+Green+Blue) = 215+197+123=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C57B is #283A84. Grayscale: #C2C2C2. Windows color (decimal): -2636421 or 8111575. OLE color: 8111575.
HSL color Cylindrical-coordinate representation of color #D7C57B: hue angle of 48.26º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7C57B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 123 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.16 |
| HSL | 48.26º | 0.53% | 0.66% | - |
| HSV(B) | 48.26º | 0.43% | 0.84% | - |
| XYZ | 51.57 | 55.81 | 26.79 | - |
| YUV | 193.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 123 | 0 | 0.08 | 0.43 | 0.16 | 48.26 | 0.53 | 0.66 |
| Hex | D7 | C5 | 7B | 0 | 8 | 2B | 10 | 30 | 35 | 42 |
| Octal | 327 | 305 | 173 | 0 | 10 | 53 | 20 | 60 | 65 | 102 |
| Binary | 11010111 | 11000101 | 1111011 | 0 | 1000 | 101011 | 10000 | 110000 | 110101 | 1000010 |
Color Harmonies of #D7C57B
Complementary color
Monochromatic Colors of #D7C57B
Black with #D7C57B
Text Example
Text Example
White with #D7C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C57B; }
p { color: rgb(215,197,123); }
H1.HeaderClassName
{
color: #D7C57B;
}
.AnyTagClassName
{
color: #D7C57B;
}
</style>
background-color css
<style>
a { background-color: #D7C57B; }
a { background-color: rgb(215,197,123); }
div.DivClassName
{
background-color: #D7C57B;
}
.BgClassName
{
background-color: #D7C57B;
}
</style>
border-color css
<style>
span { border-color: #D7C57B; }
span { border-color: rgb(215,197,123); }
td.TdClassName
{
border-color: #D7C57B;
}
.TagClassName
{
border-color: #D7C57B;
}
</style>