Shades of Sandwisp #DFC97B
Tints of Sandwisp #DFC97B
RGB
CMYK
RGB Variations
Color information
#DFC97B (or 0xDFC97B) is known color: Sandwisp. HEX triplet: DF, C9 and 7B. RGB value is (223,201,123). Sum of RGB (Red+Green+Blue) = 223+201+123=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC97B is #203684. Grayscale: #C7C7C7. Windows color (decimal): -2111109 or 8112607. OLE color: 8112607.
HSL color Cylindrical-coordinate representation of color #DFC97B: hue angle of 46.8º 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 #DFC97B is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 123 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.13 |
| HSL | 46.8º | 0.61% | 0.68% | - |
| HSV(B) | 46.8º | 0.45% | 0.87% | - |
| XYZ | 54.89 | 58.89 | 27.21 | - |
| YUV | 198.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 123 | 0 | 0.10 | 0.45 | 0.13 | 46.8 | 0.61 | 0.68 |
| Hex | DF | C9 | 7B | 0 | A | 2D | D | 2F | 3D | 44 |
| Octal | 337 | 311 | 173 | 0 | 12 | 55 | 15 | 57 | 75 | 104 |
| Binary | 11011111 | 11001001 | 1111011 | 0 | 1010 | 101101 | 1101 | 101111 | 111101 | 1000100 |
Color Harmonies of #DFC97B
Complementary color
Monochromatic Colors of #DFC97B
Black with #DFC97B
Text Example
Text Example
White with #DFC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC97B; }
p { color: rgb(223,201,123); }
H1.HeaderClassName
{
color: #DFC97B;
}
.AnyTagClassName
{
color: #DFC97B;
}
</style>
background-color css
<style>
a { background-color: #DFC97B; }
a { background-color: rgb(223,201,123); }
div.DivClassName
{
background-color: #DFC97B;
}
.BgClassName
{
background-color: #DFC97B;
}
</style>
border-color css
<style>
span { border-color: #DFC97B; }
span { border-color: rgb(223,201,123); }
td.TdClassName
{
border-color: #DFC97B;
}
.TagClassName
{
border-color: #DFC97B;
}
</style>