Shades of Sandwisp #D8C67D
Tints of Sandwisp #D8C67D
RGB
CMYK
RGB Variations
Color information
#D8C67D (or 0xD8C67D) is known color: Sandwisp. HEX triplet: D8, C6 and 7D. RGB value is (216,198,125). Sum of RGB (Red+Green+Blue) = 216+198+125=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C67D is #273982. Grayscale: #C3C3C3. Windows color (decimal): -2570627 or 8242904. OLE color: 8242904.
HSL color Cylindrical-coordinate representation of color #D8C67D: hue angle of 48.13º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8C67D is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 125 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.15 |
| HSL | 48.13º | 0.54% | 0.67% | - |
| HSV(B) | 48.13º | 0.42% | 0.85% | - |
| XYZ | 52.21 | 56.47 | 27.55 | - |
| YUV | 195.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 125 | 0 | 0.08 | 0.42 | 0.15 | 48.13 | 0.54 | 0.67 |
| Hex | D8 | C6 | 7D | 0 | 8 | 2A | F | 30 | 36 | 43 |
| Octal | 330 | 306 | 175 | 0 | 10 | 52 | 17 | 60 | 66 | 103 |
| Binary | 11011000 | 11000110 | 1111101 | 0 | 1000 | 101010 | 1111 | 110000 | 110110 | 1000011 |
Color Harmonies of #D8C67D
Complementary color
Monochromatic Colors of #D8C67D
Black with #D8C67D
Text Example
Text Example
White with #D8C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C67D; }
p { color: rgb(216,198,125); }
H1.HeaderClassName
{
color: #D8C67D;
}
.AnyTagClassName
{
color: #D8C67D;
}
</style>
background-color css
<style>
a { background-color: #D8C67D; }
a { background-color: rgb(216,198,125); }
div.DivClassName
{
background-color: #D8C67D;
}
.BgClassName
{
background-color: #D8C67D;
}
</style>
border-color css
<style>
span { border-color: #D8C67D; }
span { border-color: rgb(216,198,125); }
td.TdClassName
{
border-color: #D8C67D;
}
.TagClassName
{
border-color: #D8C67D;
}
</style>