Shades of Sandwisp #DFCD7E
Tints of Sandwisp #DFCD7E
RGB
CMYK
RGB Variations
Color information
#DFCD7E (or 0xDFCD7E) is known color: Sandwisp. HEX triplet: DF, CD and 7E. RGB value is (223,205,126). Sum of RGB (Red+Green+Blue) = 223+205+126=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD7E is #203281. Grayscale: #C9C9C9. Windows color (decimal): -2110082 or 8310239. OLE color: 8310239.
HSL color Cylindrical-coordinate representation of color #DFCD7E: hue angle of 48.87º 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 #DFCD7E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 126 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.13 |
| HSL | 48.87º | 0.6% | 0.68% | - |
| HSV(B) | 48.87º | 0.43% | 0.87% | - |
| XYZ | 56.03 | 60.86 | 28.53 | - |
| YUV | 201.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 126 | 0 | 0.08 | 0.43 | 0.13 | 48.87 | 0.6 | 0.68 |
| Hex | DF | CD | 7E | 0 | 8 | 2B | D | 31 | 3C | 44 |
| Octal | 337 | 315 | 176 | 0 | 10 | 53 | 15 | 61 | 74 | 104 |
| Binary | 11011111 | 11001101 | 1111110 | 0 | 1000 | 101011 | 1101 | 110001 | 111100 | 1000100 |
Color Harmonies of #DFCD7E
Complementary color
Monochromatic Colors of #DFCD7E
Black with #DFCD7E
Text Example
Text Example
White with #DFCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD7E; }
p { color: rgb(223,205,126); }
H1.HeaderClassName
{
color: #DFCD7E;
}
.AnyTagClassName
{
color: #DFCD7E;
}
</style>
background-color css
<style>
a { background-color: #DFCD7E; }
a { background-color: rgb(223,205,126); }
div.DivClassName
{
background-color: #DFCD7E;
}
.BgClassName
{
background-color: #DFCD7E;
}
</style>
border-color css
<style>
span { border-color: #DFCD7E; }
span { border-color: rgb(223,205,126); }
td.TdClassName
{
border-color: #DFCD7E;
}
.TagClassName
{
border-color: #DFCD7E;
}
</style>