Shades of Sandwisp #D8C67F
Tints of Sandwisp #D8C67F
RGB
CMYK
RGB Variations
Color information
#D8C67F (or 0xD8C67F) is known color: Sandwisp. HEX triplet: D8, C6 and 7F. RGB value is (216,198,127). Sum of RGB (Red+Green+Blue) = 216+198+127=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C67F is #273980. Grayscale: #C3C3C3. Windows color (decimal): -2570625 or 8373976. OLE color: 8373976.
HSL color Cylindrical-coordinate representation of color #D8C67F: hue angle of 47.87º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8C67F is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 127 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.15 |
| HSL | 47.87º | 0.53% | 0.67% | - |
| HSV(B) | 47.87º | 0.41% | 0.85% | - |
| XYZ | 52.34 | 56.52 | 28.23 | - |
| YUV | 195.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 127 | 0 | 0.08 | 0.41 | 0.15 | 47.87 | 0.53 | 0.67 |
| Hex | D8 | C6 | 7F | 0 | 8 | 29 | F | 30 | 35 | 43 |
| Octal | 330 | 306 | 177 | 0 | 10 | 51 | 17 | 60 | 65 | 103 |
| Binary | 11011000 | 11000110 | 1111111 | 0 | 1000 | 101001 | 1111 | 110000 | 110101 | 1000011 |
Color Harmonies of #D8C67F
Complementary color
Monochromatic Colors of #D8C67F
Black with #D8C67F
Text Example
Text Example
White with #D8C67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C67F; }
p { color: rgb(216,198,127); }
H1.HeaderClassName
{
color: #D8C67F;
}
.AnyTagClassName
{
color: #D8C67F;
}
</style>
background-color css
<style>
a { background-color: #D8C67F; }
a { background-color: rgb(216,198,127); }
div.DivClassName
{
background-color: #D8C67F;
}
.BgClassName
{
background-color: #D8C67F;
}
</style>
border-color css
<style>
span { border-color: #D8C67F; }
span { border-color: rgb(216,198,127); }
td.TdClassName
{
border-color: #D8C67F;
}
.TagClassName
{
border-color: #D8C67F;
}
</style>