Shades of Sandwisp #DFC98A
Tints of Sandwisp #DFC98A
RGB
CMYK
RGB Variations
Color information
#DFC98A (or 0xDFC98A) is known color: Sandwisp. HEX triplet: DF, C9 and 8A. RGB value is (223,201,138). Sum of RGB (Red+Green+Blue) = 223+201+138=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC98A is #203675. Grayscale: #C8C8C8. Windows color (decimal): -2111094 or 9095647. OLE color: 9095647.
HSL color Cylindrical-coordinate representation of color #DFC98A: hue angle of 44.47º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFC98A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 138 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.13 |
| HSL | 44.47º | 0.57% | 0.71% | - |
| HSV(B) | 44.47º | 0.38% | 0.87% | - |
| XYZ | 55.91 | 59.3 | 32.54 | - |
| YUV | 200.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 138 | 0 | 0.10 | 0.38 | 0.13 | 44.47 | 0.57 | 0.71 |
| Hex | DF | C9 | 8A | 0 | A | 26 | D | 2C | 39 | 47 |
| Octal | 337 | 311 | 212 | 0 | 12 | 46 | 15 | 54 | 71 | 107 |
| Binary | 11011111 | 11001001 | 10001010 | 0 | 1010 | 100110 | 1101 | 101100 | 111001 | 1000111 |
Color Harmonies of #DFC98A
Complementary color
Monochromatic Colors of #DFC98A
Black with #DFC98A
Text Example
Text Example
White with #DFC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC98A; }
p { color: rgb(223,201,138); }
H1.HeaderClassName
{
color: #DFC98A;
}
.AnyTagClassName
{
color: #DFC98A;
}
</style>
background-color css
<style>
a { background-color: #DFC98A; }
a { background-color: rgb(223,201,138); }
div.DivClassName
{
background-color: #DFC98A;
}
.BgClassName
{
background-color: #DFC98A;
}
</style>
border-color css
<style>
span { border-color: #DFC98A; }
span { border-color: rgb(223,201,138); }
td.TdClassName
{
border-color: #DFC98A;
}
.TagClassName
{
border-color: #DFC98A;
}
</style>