Shades of Sandwisp #DFCC7E
Tints of Sandwisp #DFCC7E
RGB
CMYK
RGB Variations
Color information
#DFCC7E (or 0xDFCC7E) is known color: Sandwisp. HEX triplet: DF, CC and 7E. RGB value is (223,204,126). Sum of RGB (Red+Green+Blue) = 223+204+126=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC7E is #203381. Grayscale: #C9C9C9. Windows color (decimal): -2110338 or 8309983. OLE color: 8309983.
HSL color Cylindrical-coordinate representation of color #DFCC7E: hue angle of 48.25º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFCC7E is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 126 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.13 |
| HSL | 48.25º | 0.6% | 0.68% | - |
| HSV(B) | 48.25º | 0.43% | 0.87% | - |
| XYZ | 55.79 | 60.38 | 28.45 | - |
| YUV | 200.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 126 | 0 | 0.09 | 0.43 | 0.13 | 48.25 | 0.6 | 0.68 |
| Hex | DF | CC | 7E | 0 | 9 | 2B | D | 30 | 3C | 44 |
| Octal | 337 | 314 | 176 | 0 | 11 | 53 | 15 | 60 | 74 | 104 |
| Binary | 11011111 | 11001100 | 1111110 | 0 | 1001 | 101011 | 1101 | 110000 | 111100 | 1000100 |
Color Harmonies of #DFCC7E
Complementary color
Monochromatic Colors of #DFCC7E
Black with #DFCC7E
Text Example
Text Example
White with #DFCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC7E; }
p { color: rgb(223,204,126); }
H1.HeaderClassName
{
color: #DFCC7E;
}
.AnyTagClassName
{
color: #DFCC7E;
}
</style>
background-color css
<style>
a { background-color: #DFCC7E; }
a { background-color: rgb(223,204,126); }
div.DivClassName
{
background-color: #DFCC7E;
}
.BgClassName
{
background-color: #DFCC7E;
}
</style>
border-color css
<style>
span { border-color: #DFCC7E; }
span { border-color: rgb(223,204,126); }
td.TdClassName
{
border-color: #DFCC7E;
}
.TagClassName
{
border-color: #DFCC7E;
}
</style>