Shades of Sandwisp #DFC87A
Tints of Sandwisp #DFC87A
RGB
CMYK
RGB Variations
Color information
#DFC87A (or 0xDFC87A) is known color: Sandwisp. HEX triplet: DF, C8 and 7A. RGB value is (223,200,122). Sum of RGB (Red+Green+Blue) = 223+200+122=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC87A is #203785. Grayscale: #C6C6C6. Windows color (decimal): -2111366 or 8046815. OLE color: 8046815.
HSL color Cylindrical-coordinate representation of color #DFC87A: hue angle of 46.34º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFC87A is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 122 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.13 |
| HSL | 46.34º | 0.61% | 0.68% | - |
| HSV(B) | 46.34º | 0.45% | 0.87% | - |
| XYZ | 54.6 | 58.4 | 26.81 | - |
| YUV | 197.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 122 | 0 | 0.10 | 0.45 | 0.13 | 46.34 | 0.61 | 0.68 |
| Hex | DF | C8 | 7A | 0 | A | 2D | D | 2E | 3D | 44 |
| Octal | 337 | 310 | 172 | 0 | 12 | 55 | 15 | 56 | 75 | 104 |
| Binary | 11011111 | 11001000 | 1111010 | 0 | 1010 | 101101 | 1101 | 101110 | 111101 | 1000100 |
Color Harmonies of #DFC87A
Complementary color
Monochromatic Colors of #DFC87A
Black with #DFC87A
Text Example
Text Example
White with #DFC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC87A; }
p { color: rgb(223,200,122); }
H1.HeaderClassName
{
color: #DFC87A;
}
.AnyTagClassName
{
color: #DFC87A;
}
</style>
background-color css
<style>
a { background-color: #DFC87A; }
a { background-color: rgb(223,200,122); }
div.DivClassName
{
background-color: #DFC87A;
}
.BgClassName
{
background-color: #DFC87A;
}
</style>
border-color css
<style>
span { border-color: #DFC87A; }
span { border-color: rgb(223,200,122); }
td.TdClassName
{
border-color: #DFC87A;
}
.TagClassName
{
border-color: #DFC87A;
}
</style>