Shades of Sandwisp #DFC87B
Tints of Sandwisp #DFC87B
RGB
CMYK
RGB Variations
Color information
#DFC87B (or 0xDFC87B) is known color: Sandwisp. HEX triplet: DF, C8 and 7B. RGB value is (223,200,123). Sum of RGB (Red+Green+Blue) = 223+200+123=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC87B is #203784. Grayscale: #C6C6C6. Windows color (decimal): -2111365 or 8112351. OLE color: 8112351.
HSL color Cylindrical-coordinate representation of color #DFC87B: hue angle of 46.2º 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 #DFC87B is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 123 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.13 |
| HSL | 46.2º | 0.61% | 0.68% | - |
| HSV(B) | 46.2º | 0.45% | 0.87% | - |
| XYZ | 54.66 | 58.43 | 27.14 | - |
| YUV | 198.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 123 | 0 | 0.10 | 0.45 | 0.13 | 46.2 | 0.61 | 0.68 |
| Hex | DF | C8 | 7B | 0 | A | 2D | D | 2E | 3D | 44 |
| Octal | 337 | 310 | 173 | 0 | 12 | 55 | 15 | 56 | 75 | 104 |
| Binary | 11011111 | 11001000 | 1111011 | 0 | 1010 | 101101 | 1101 | 101110 | 111101 | 1000100 |
Color Harmonies of #DFC87B
Complementary color
Monochromatic Colors of #DFC87B
Black with #DFC87B
Text Example
Text Example
White with #DFC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC87B; }
p { color: rgb(223,200,123); }
H1.HeaderClassName
{
color: #DFC87B;
}
.AnyTagClassName
{
color: #DFC87B;
}
</style>
background-color css
<style>
a { background-color: #DFC87B; }
a { background-color: rgb(223,200,123); }
div.DivClassName
{
background-color: #DFC87B;
}
.BgClassName
{
background-color: #DFC87B;
}
</style>
border-color css
<style>
span { border-color: #DFC87B; }
span { border-color: rgb(223,200,123); }
td.TdClassName
{
border-color: #DFC87B;
}
.TagClassName
{
border-color: #DFC87B;
}
</style>