Shades of Sandwisp #DFCD8A
Tints of Sandwisp #DFCD8A
RGB
CMYK
RGB Variations
Color information
#DFCD8A (or 0xDFCD8A) is known color: Sandwisp. HEX triplet: DF, CD and 8A. RGB value is (223,205,138). Sum of RGB (Red+Green+Blue) = 223+205+138=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD8A is #203275. Grayscale: #CBCBCB. Windows color (decimal): -2110070 or 9096671. OLE color: 9096671.
HSL color Cylindrical-coordinate representation of color #DFCD8A: hue angle of 47.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFCD8A is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 138 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.13 |
| HSL | 47.29º | 0.57% | 0.71% | - |
| HSV(B) | 47.29º | 0.38% | 0.87% | - |
| XYZ | 56.85 | 61.19 | 32.86 | - |
| YUV | 202.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 138 | 0 | 0.08 | 0.38 | 0.13 | 47.29 | 0.57 | 0.71 |
| Hex | DF | CD | 8A | 0 | 8 | 26 | D | 2F | 39 | 47 |
| Octal | 337 | 315 | 212 | 0 | 10 | 46 | 15 | 57 | 71 | 107 |
| Binary | 11011111 | 11001101 | 10001010 | 0 | 1000 | 100110 | 1101 | 101111 | 111001 | 1000111 |
Color Harmonies of #DFCD8A
Complementary color
Monochromatic Colors of #DFCD8A
Black with #DFCD8A
Text Example
Text Example
White with #DFCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD8A; }
p { color: rgb(223,205,138); }
H1.HeaderClassName
{
color: #DFCD8A;
}
.AnyTagClassName
{
color: #DFCD8A;
}
</style>
background-color css
<style>
a { background-color: #DFCD8A; }
a { background-color: rgb(223,205,138); }
div.DivClassName
{
background-color: #DFCD8A;
}
.BgClassName
{
background-color: #DFCD8A;
}
</style>
border-color css
<style>
span { border-color: #DFCD8A; }
span { border-color: rgb(223,205,138); }
td.TdClassName
{
border-color: #DFCD8A;
}
.TagClassName
{
border-color: #DFCD8A;
}
</style>