Shades of Sandwisp #DFCA7A
Tints of Sandwisp #DFCA7A
RGB
CMYK
RGB Variations
Color information
#DFCA7A (or 0xDFCA7A) is known color: Sandwisp. HEX triplet: DF, CA and 7A. RGB value is (223,202,122). Sum of RGB (Red+Green+Blue) = 223+202+122=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA7A is #203585. Grayscale: #C7C7C7. Windows color (decimal): -2110854 or 8047327. OLE color: 8047327.
HSL color Cylindrical-coordinate representation of color #DFCA7A: hue angle of 47.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFCA7A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 122 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.13 |
| HSL | 47.52º | 0.61% | 0.68% | - |
| HSV(B) | 47.52º | 0.45% | 0.87% | - |
| XYZ | 55.06 | 59.33 | 26.96 | - |
| YUV | 199.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 122 | 0 | 0.09 | 0.45 | 0.13 | 47.52 | 0.61 | 0.68 |
| Hex | DF | CA | 7A | 0 | 9 | 2D | D | 30 | 3D | 44 |
| Octal | 337 | 312 | 172 | 0 | 11 | 55 | 15 | 60 | 75 | 104 |
| Binary | 11011111 | 11001010 | 1111010 | 0 | 1001 | 101101 | 1101 | 110000 | 111101 | 1000100 |
Color Harmonies of #DFCA7A
Complementary color
Monochromatic Colors of #DFCA7A
Black with #DFCA7A
Text Example
Text Example
White with #DFCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA7A; }
p { color: rgb(223,202,122); }
H1.HeaderClassName
{
color: #DFCA7A;
}
.AnyTagClassName
{
color: #DFCA7A;
}
</style>
background-color css
<style>
a { background-color: #DFCA7A; }
a { background-color: rgb(223,202,122); }
div.DivClassName
{
background-color: #DFCA7A;
}
.BgClassName
{
background-color: #DFCA7A;
}
</style>
border-color css
<style>
span { border-color: #DFCA7A; }
span { border-color: rgb(223,202,122); }
td.TdClassName
{
border-color: #DFCA7A;
}
.TagClassName
{
border-color: #DFCA7A;
}
</style>