Shades of Sandwisp #DFCB80
Tints of Sandwisp #DFCB80
RGB
CMYK
RGB Variations
Color information
#DFCB80 (or 0xDFCB80) is known color: Sandwisp. HEX triplet: DF, CB and 80. RGB value is (223,203,128). Sum of RGB (Red+Green+Blue) = 223+203+128=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB80 is #20347F. Grayscale: #C8C8C8. Windows color (decimal): -2110592 or 8440799. OLE color: 8440799.
HSL color Cylindrical-coordinate representation of color #DFCB80: hue angle of 47.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFCB80 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 128 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.13 |
| HSL | 47.37º | 0.6% | 0.69% | - |
| HSV(B) | 47.37º | 0.43% | 0.87% | - |
| XYZ | 55.68 | 59.96 | 29.06 | - |
| YUV | 200.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 128 | 0 | 0.09 | 0.43 | 0.13 | 47.37 | 0.6 | 0.69 |
| Hex | DF | CB | 80 | 0 | 9 | 2B | D | 2F | 3C | 45 |
| Octal | 337 | 313 | 200 | 0 | 11 | 53 | 15 | 57 | 74 | 105 |
| Binary | 11011111 | 11001011 | 10000000 | 0 | 1001 | 101011 | 1101 | 101111 | 111100 | 1000101 |
Color Harmonies of #DFCB80
Complementary color
Monochromatic Colors of #DFCB80
Black with #DFCB80
Text Example
Text Example
White with #DFCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB80; }
p { color: rgb(223,203,128); }
H1.HeaderClassName
{
color: #DFCB80;
}
.AnyTagClassName
{
color: #DFCB80;
}
</style>
background-color css
<style>
a { background-color: #DFCB80; }
a { background-color: rgb(223,203,128); }
div.DivClassName
{
background-color: #DFCB80;
}
.BgClassName
{
background-color: #DFCB80;
}
</style>
border-color css
<style>
span { border-color: #DFCB80; }
span { border-color: rgb(223,203,128); }
td.TdClassName
{
border-color: #DFCB80;
}
.TagClassName
{
border-color: #DFCB80;
}
</style>