Shades of Sandwisp #D8CA7C
Tints of Sandwisp #D8CA7C
RGB
CMYK
RGB Variations
Color information
#D8CA7C (or 0xD8CA7C) is known color: Sandwisp. HEX triplet: D8, CA and 7C. RGB value is (216,202,124). Sum of RGB (Red+Green+Blue) = 216+202+124=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA7C is #273583. Grayscale: #C5C5C5. Windows color (decimal): -2569604 or 8178392. OLE color: 8178392.
HSL color Cylindrical-coordinate representation of color #D8CA7C: hue angle of 50.87º 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 #D8CA7C is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 124 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.15 |
| HSL | 50.87º | 0.54% | 0.67% | - |
| HSV(B) | 50.87º | 0.43% | 0.85% | - |
| XYZ | 53.08 | 58.3 | 27.52 | - |
| YUV | 197.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 124 | 0 | 0.06 | 0.43 | 0.15 | 50.87 | 0.54 | 0.67 |
| Hex | D8 | CA | 7C | 0 | 6 | 2B | F | 33 | 36 | 43 |
| Octal | 330 | 312 | 174 | 0 | 6 | 53 | 17 | 63 | 66 | 103 |
| Binary | 11011000 | 11001010 | 1111100 | 0 | 110 | 101011 | 1111 | 110011 | 110110 | 1000011 |
Color Harmonies of #D8CA7C
Complementary color
Monochromatic Colors of #D8CA7C
Black with #D8CA7C
Text Example
Text Example
White with #D8CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CA7C; }
p { color: rgb(216,202,124); }
H1.HeaderClassName
{
color: #D8CA7C;
}
.AnyTagClassName
{
color: #D8CA7C;
}
</style>
background-color css
<style>
a { background-color: #D8CA7C; }
a { background-color: rgb(216,202,124); }
div.DivClassName
{
background-color: #D8CA7C;
}
.BgClassName
{
background-color: #D8CA7C;
}
</style>
border-color css
<style>
span { border-color: #D8CA7C; }
span { border-color: rgb(216,202,124); }
td.TdClassName
{
border-color: #D8CA7C;
}
.TagClassName
{
border-color: #D8CA7C;
}
</style>