Shades of Sandwisp #DFCB8C
Tints of Sandwisp #DFCB8C
RGB
CMYK
RGB Variations
Color information
#DFCB8C (or 0xDFCB8C) is known color: Sandwisp. HEX triplet: DF, CB and 8C. RGB value is (223,203,140). Sum of RGB (Red+Green+Blue) = 223+203+140=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB8C is #203473. Grayscale: #CACACA. Windows color (decimal): -2110580 or 9227231. OLE color: 9227231.
HSL color Cylindrical-coordinate representation of color #DFCB8C: hue angle of 45.54º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFCB8C is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 140 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.13 |
| HSL | 45.54º | 0.56% | 0.71% | - |
| HSV(B) | 45.54º | 0.37% | 0.87% | - |
| XYZ | 56.52 | 60.29 | 33.47 | - |
| YUV | 201.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 140 | 0 | 0.09 | 0.37 | 0.13 | 45.54 | 0.56 | 0.71 |
| Hex | DF | CB | 8C | 0 | 9 | 25 | D | 2E | 38 | 47 |
| Octal | 337 | 313 | 214 | 0 | 11 | 45 | 15 | 56 | 70 | 107 |
| Binary | 11011111 | 11001011 | 10001100 | 0 | 1001 | 100101 | 1101 | 101110 | 111000 | 1000111 |
Color Harmonies of #DFCB8C
Complementary color
Monochromatic Colors of #DFCB8C
Black with #DFCB8C
Text Example
Text Example
White with #DFCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB8C; }
p { color: rgb(223,203,140); }
H1.HeaderClassName
{
color: #DFCB8C;
}
.AnyTagClassName
{
color: #DFCB8C;
}
</style>
background-color css
<style>
a { background-color: #DFCB8C; }
a { background-color: rgb(223,203,140); }
div.DivClassName
{
background-color: #DFCB8C;
}
.BgClassName
{
background-color: #DFCB8C;
}
</style>
border-color css
<style>
span { border-color: #DFCB8C; }
span { border-color: rgb(223,203,140); }
td.TdClassName
{
border-color: #DFCB8C;
}
.TagClassName
{
border-color: #DFCB8C;
}
</style>