Shades of Sandwisp #DFCF83
Tints of Sandwisp #DFCF83
RGB
CMYK
RGB Variations
Color information
#DFCF83 (or 0xDFCF83) is known color: Sandwisp. HEX triplet: DF, CF and 83. RGB value is (223,207,131). Sum of RGB (Red+Green+Blue) = 223+207+131=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF83 is #20307C. Grayscale: #CBCBCB. Windows color (decimal): -2109565 or 8638431. OLE color: 8638431.
HSL color Cylindrical-coordinate representation of color #DFCF83: hue angle of 49.57º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFCF83 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 131 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.13 |
| HSL | 49.57º | 0.59% | 0.69% | - |
| HSV(B) | 49.57º | 0.41% | 0.87% | - |
| XYZ | 56.84 | 61.95 | 30.43 | - |
| YUV | 203.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 131 | 0 | 0.07 | 0.41 | 0.13 | 49.57 | 0.59 | 0.69 |
| Hex | DF | CF | 83 | 0 | 7 | 29 | D | 32 | 3B | 45 |
| Octal | 337 | 317 | 203 | 0 | 7 | 51 | 15 | 62 | 73 | 105 |
| Binary | 11011111 | 11001111 | 10000011 | 0 | 111 | 101001 | 1101 | 110010 | 111011 | 1000101 |
Color Harmonies of #DFCF83
Complementary color
Monochromatic Colors of #DFCF83
Black with #DFCF83
Text Example
Text Example
White with #DFCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF83; }
p { color: rgb(223,207,131); }
H1.HeaderClassName
{
color: #DFCF83;
}
.AnyTagClassName
{
color: #DFCF83;
}
</style>
background-color css
<style>
a { background-color: #DFCF83; }
a { background-color: rgb(223,207,131); }
div.DivClassName
{
background-color: #DFCF83;
}
.BgClassName
{
background-color: #DFCF83;
}
</style>
border-color css
<style>
span { border-color: #DFCF83; }
span { border-color: rgb(223,207,131); }
td.TdClassName
{
border-color: #DFCF83;
}
.TagClassName
{
border-color: #DFCF83;
}
</style>