Shades of Sandwisp #D8CB7C
Tints of Sandwisp #D8CB7C
RGB
CMYK
RGB Variations
Color information
#D8CB7C (or 0xD8CB7C) is known color: Sandwisp. HEX triplet: D8, CB and 7C. RGB value is (216,203,124). Sum of RGB (Red+Green+Blue) = 216+203+124=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB7C is #273483. Grayscale: #C6C6C6. Windows color (decimal): -2569348 or 8178648. OLE color: 8178648.
HSL color Cylindrical-coordinate representation of color #D8CB7C: hue angle of 51.52º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8CB7C is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 124 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.15 |
| HSL | 51.52º | 0.54% | 0.67% | - |
| HSV(B) | 51.52º | 0.43% | 0.85% | - |
| XYZ | 53.31 | 58.77 | 27.6 | - |
| YUV | 197.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 124 | 0 | 0.06 | 0.43 | 0.15 | 51.52 | 0.54 | 0.67 |
| Hex | D8 | CB | 7C | 0 | 6 | 2B | F | 34 | 36 | 43 |
| Octal | 330 | 313 | 174 | 0 | 6 | 53 | 17 | 64 | 66 | 103 |
| Binary | 11011000 | 11001011 | 1111100 | 0 | 110 | 101011 | 1111 | 110100 | 110110 | 1000011 |
Color Harmonies of #D8CB7C
Complementary color
Monochromatic Colors of #D8CB7C
Black with #D8CB7C
Text Example
Text Example
White with #D8CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB7C; }
p { color: rgb(216,203,124); }
H1.HeaderClassName
{
color: #D8CB7C;
}
.AnyTagClassName
{
color: #D8CB7C;
}
</style>
background-color css
<style>
a { background-color: #D8CB7C; }
a { background-color: rgb(216,203,124); }
div.DivClassName
{
background-color: #D8CB7C;
}
.BgClassName
{
background-color: #D8CB7C;
}
</style>
border-color css
<style>
span { border-color: #D8CB7C; }
span { border-color: rgb(216,203,124); }
td.TdClassName
{
border-color: #D8CB7C;
}
.TagClassName
{
border-color: #D8CB7C;
}
</style>