Shades of Sandwisp #DFCA81
Tints of Sandwisp #DFCA81
RGB
CMYK
RGB Variations
Color information
#DFCA81 (or 0xDFCA81) is known color: Sandwisp. HEX triplet: DF, CA and 81. RGB value is (223,202,129). Sum of RGB (Red+Green+Blue) = 223+202+129=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA81 is #20357E. Grayscale: #C8C8C8. Windows color (decimal): -2110847 or 8506079. OLE color: 8506079.
HSL color Cylindrical-coordinate representation of color #DFCA81: hue angle of 46.6º 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 #DFCA81 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 129 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.13 |
| HSL | 46.6º | 0.59% | 0.69% | - |
| HSV(B) | 46.6º | 0.42% | 0.87% | - |
| XYZ | 55.51 | 59.51 | 29.33 | - |
| YUV | 199.96 | 87.96 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 129 | 0 | 0.09 | 0.42 | 0.13 | 46.6 | 0.59 | 0.69 |
| Hex | DF | CA | 81 | 0 | 9 | 2A | D | 2F | 3B | 45 |
| Octal | 337 | 312 | 201 | 0 | 11 | 52 | 15 | 57 | 73 | 105 |
| Binary | 11011111 | 11001010 | 10000001 | 0 | 1001 | 101010 | 1101 | 101111 | 111011 | 1000101 |
Color Harmonies of #DFCA81
Complementary color
Monochromatic Colors of #DFCA81
Black with #DFCA81
Text Example
Text Example
White with #DFCA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA81; }
p { color: rgb(223,202,129); }
H1.HeaderClassName
{
color: #DFCA81;
}
.AnyTagClassName
{
color: #DFCA81;
}
</style>
background-color css
<style>
a { background-color: #DFCA81; }
a { background-color: rgb(223,202,129); }
div.DivClassName
{
background-color: #DFCA81;
}
.BgClassName
{
background-color: #DFCA81;
}
</style>
border-color css
<style>
span { border-color: #DFCA81; }
span { border-color: rgb(223,202,129); }
td.TdClassName
{
border-color: #DFCA81;
}
.TagClassName
{
border-color: #DFCA81;
}
</style>