Shades of Sandwisp #DFC87D
Tints of Sandwisp #DFC87D
RGB
CMYK
RGB Variations
Color information
#DFC87D (or 0xDFC87D) is known color: Sandwisp. HEX triplet: DF, C8 and 7D. RGB value is (223,200,125). Sum of RGB (Red+Green+Blue) = 223+200+125=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC87D is #203782. Grayscale: #C6C6C6. Windows color (decimal): -2111363 or 8243423. OLE color: 8243423.
HSL color Cylindrical-coordinate representation of color #DFC87D: hue angle of 45.92º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFC87D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 125 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.13 |
| HSL | 45.92º | 0.6% | 0.68% | - |
| HSV(B) | 45.92º | 0.44% | 0.87% | - |
| XYZ | 54.79 | 58.48 | 27.8 | - |
| YUV | 198.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 125 | 0 | 0.10 | 0.44 | 0.13 | 45.92 | 0.6 | 0.68 |
| Hex | DF | C8 | 7D | 0 | A | 2C | D | 2E | 3C | 44 |
| Octal | 337 | 310 | 175 | 0 | 12 | 54 | 15 | 56 | 74 | 104 |
| Binary | 11011111 | 11001000 | 1111101 | 0 | 1010 | 101100 | 1101 | 101110 | 111100 | 1000100 |
Color Harmonies of #DFC87D
Complementary color
Monochromatic Colors of #DFC87D
Black with #DFC87D
Text Example
Text Example
White with #DFC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC87D; }
p { color: rgb(223,200,125); }
H1.HeaderClassName
{
color: #DFC87D;
}
.AnyTagClassName
{
color: #DFC87D;
}
</style>
background-color css
<style>
a { background-color: #DFC87D; }
a { background-color: rgb(223,200,125); }
div.DivClassName
{
background-color: #DFC87D;
}
.BgClassName
{
background-color: #DFC87D;
}
</style>
border-color css
<style>
span { border-color: #DFC87D; }
span { border-color: rgb(223,200,125); }
td.TdClassName
{
border-color: #DFC87D;
}
.TagClassName
{
border-color: #DFC87D;
}
</style>