Shades of Sandwisp #DFCF82
Tints of Sandwisp #DFCF82
RGB
CMYK
RGB Variations
Color information
#DFCF82 (or 0xDFCF82) is known color: Sandwisp. HEX triplet: DF, CF and 82. RGB value is (223,207,130). Sum of RGB (Red+Green+Blue) = 223+207+130=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF82 is #20307D. Grayscale: #CBCBCB. Windows color (decimal): -2109566 or 8572895. OLE color: 8572895.
HSL color Cylindrical-coordinate representation of color #DFCF82: hue angle of 49.68º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFCF82 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 130 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.13 |
| HSL | 49.68º | 0.59% | 0.69% | - |
| HSV(B) | 49.68º | 0.42% | 0.87% | - |
| XYZ | 56.77 | 61.93 | 30.08 | - |
| YUV | 203.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 130 | 0 | 0.07 | 0.42 | 0.13 | 49.68 | 0.59 | 0.69 |
| Hex | DF | CF | 82 | 0 | 7 | 2A | D | 32 | 3B | 45 |
| Octal | 337 | 317 | 202 | 0 | 7 | 52 | 15 | 62 | 73 | 105 |
| Binary | 11011111 | 11001111 | 10000010 | 0 | 111 | 101010 | 1101 | 110010 | 111011 | 1000101 |
Color Harmonies of #DFCF82
Complementary color
Monochromatic Colors of #DFCF82
Black with #DFCF82
Text Example
Text Example
White with #DFCF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF82; }
p { color: rgb(223,207,130); }
H1.HeaderClassName
{
color: #DFCF82;
}
.AnyTagClassName
{
color: #DFCF82;
}
</style>
background-color css
<style>
a { background-color: #DFCF82; }
a { background-color: rgb(223,207,130); }
div.DivClassName
{
background-color: #DFCF82;
}
.BgClassName
{
background-color: #DFCF82;
}
</style>
border-color css
<style>
span { border-color: #DFCF82; }
span { border-color: rgb(223,207,130); }
td.TdClassName
{
border-color: #DFCF82;
}
.TagClassName
{
border-color: #DFCF82;
}
</style>