Shades of Sandwisp #DFC87F
Tints of Sandwisp #DFC87F
RGB
CMYK
RGB Variations
Color information
#DFC87F (or 0xDFC87F) is known color: Sandwisp. HEX triplet: DF, C8 and 7F. RGB value is (223,200,127). Sum of RGB (Red+Green+Blue) = 223+200+127=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC87F is #203780. Grayscale: #C6C6C6. Windows color (decimal): -2111361 or 8374495. OLE color: 8374495.
HSL color Cylindrical-coordinate representation of color #DFC87F: hue angle of 45.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFC87F is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 127 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.13 |
| HSL | 45.63º | 0.6% | 0.69% | - |
| HSV(B) | 45.63º | 0.43% | 0.87% | - |
| XYZ | 54.92 | 58.53 | 28.48 | - |
| YUV | 198.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 127 | 0 | 0.10 | 0.43 | 0.13 | 45.63 | 0.6 | 0.69 |
| Hex | DF | C8 | 7F | 0 | A | 2B | D | 2E | 3C | 45 |
| Octal | 337 | 310 | 177 | 0 | 12 | 53 | 15 | 56 | 74 | 105 |
| Binary | 11011111 | 11001000 | 1111111 | 0 | 1010 | 101011 | 1101 | 101110 | 111100 | 1000101 |
Color Harmonies of #DFC87F
Complementary color
Monochromatic Colors of #DFC87F
Black with #DFC87F
Text Example
Text Example
White with #DFC87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC87F; }
p { color: rgb(223,200,127); }
H1.HeaderClassName
{
color: #DFC87F;
}
.AnyTagClassName
{
color: #DFC87F;
}
</style>
background-color css
<style>
a { background-color: #DFC87F; }
a { background-color: rgb(223,200,127); }
div.DivClassName
{
background-color: #DFC87F;
}
.BgClassName
{
background-color: #DFC87F;
}
</style>
border-color css
<style>
span { border-color: #DFC87F; }
span { border-color: rgb(223,200,127); }
td.TdClassName
{
border-color: #DFC87F;
}
.TagClassName
{
border-color: #DFC87F;
}
</style>