Shades of Sandwisp #DFC97F
Tints of Sandwisp #DFC97F
RGB
CMYK
RGB Variations
Color information
#DFC97F (or 0xDFC97F) is known color: Sandwisp. HEX triplet: DF, C9 and 7F. RGB value is (223,201,127). Sum of RGB (Red+Green+Blue) = 223+201+127=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC97F is #203680. Grayscale: #C7C7C7. Windows color (decimal): -2111105 or 8374751. OLE color: 8374751.
HSL color Cylindrical-coordinate representation of color #DFC97F: hue angle of 46.25º 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 #DFC97F is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 127 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.13 |
| HSL | 46.25º | 0.6% | 0.69% | - |
| HSV(B) | 46.25º | 0.43% | 0.87% | - |
| XYZ | 55.15 | 58.99 | 28.56 | - |
| YUV | 199.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 127 | 0 | 0.10 | 0.43 | 0.13 | 46.25 | 0.6 | 0.69 |
| Hex | DF | C9 | 7F | 0 | A | 2B | D | 2E | 3C | 45 |
| Octal | 337 | 311 | 177 | 0 | 12 | 53 | 15 | 56 | 74 | 105 |
| Binary | 11011111 | 11001001 | 1111111 | 0 | 1010 | 101011 | 1101 | 101110 | 111100 | 1000101 |
Color Harmonies of #DFC97F
Complementary color
Monochromatic Colors of #DFC97F
Black with #DFC97F
Text Example
Text Example
White with #DFC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC97F; }
p { color: rgb(223,201,127); }
H1.HeaderClassName
{
color: #DFC97F;
}
.AnyTagClassName
{
color: #DFC97F;
}
</style>
background-color css
<style>
a { background-color: #DFC97F; }
a { background-color: rgb(223,201,127); }
div.DivClassName
{
background-color: #DFC97F;
}
.BgClassName
{
background-color: #DFC97F;
}
</style>
border-color css
<style>
span { border-color: #DFC97F; }
span { border-color: rgb(223,201,127); }
td.TdClassName
{
border-color: #DFC97F;
}
.TagClassName
{
border-color: #DFC97F;
}
</style>