Shades of Sandwisp #DFCD80
Tints of Sandwisp #DFCD80
RGB
CMYK
RGB Variations
Color information
#DFCD80 (or 0xDFCD80) is known color: Sandwisp. HEX triplet: DF, CD and 80. RGB value is (223,205,128). Sum of RGB (Red+Green+Blue) = 223+205+128=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD80 is #20327F. Grayscale: #C9C9C9. Windows color (decimal): -2110080 or 8441311. OLE color: 8441311.
HSL color Cylindrical-coordinate representation of color #DFCD80: hue angle of 48.63º 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 #DFCD80 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 128 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.13 |
| HSL | 48.63º | 0.6% | 0.69% | - |
| HSV(B) | 48.63º | 0.43% | 0.87% | - |
| XYZ | 56.16 | 60.91 | 29.22 | - |
| YUV | 201.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 128 | 0 | 0.08 | 0.43 | 0.13 | 48.63 | 0.6 | 0.69 |
| Hex | DF | CD | 80 | 0 | 8 | 2B | D | 31 | 3C | 45 |
| Octal | 337 | 315 | 200 | 0 | 10 | 53 | 15 | 61 | 74 | 105 |
| Binary | 11011111 | 11001101 | 10000000 | 0 | 1000 | 101011 | 1101 | 110001 | 111100 | 1000101 |
Color Harmonies of #DFCD80
Complementary color
Monochromatic Colors of #DFCD80
Black with #DFCD80
Text Example
Text Example
White with #DFCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD80; }
p { color: rgb(223,205,128); }
H1.HeaderClassName
{
color: #DFCD80;
}
.AnyTagClassName
{
color: #DFCD80;
}
</style>
background-color css
<style>
a { background-color: #DFCD80; }
a { background-color: rgb(223,205,128); }
div.DivClassName
{
background-color: #DFCD80;
}
.BgClassName
{
background-color: #DFCD80;
}
</style>
border-color css
<style>
span { border-color: #DFCD80; }
span { border-color: rgb(223,205,128); }
td.TdClassName
{
border-color: #DFCD80;
}
.TagClassName
{
border-color: #DFCD80;
}
</style>