Shades of Sandwisp #DFCA7B
Tints of Sandwisp #DFCA7B
RGB
CMYK
RGB Variations
Color information
#DFCA7B (or 0xDFCA7B) is known color: Sandwisp. HEX triplet: DF, CA and 7B. RGB value is (223,202,123). Sum of RGB (Red+Green+Blue) = 223+202+123=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA7B is #203584. Grayscale: #C7C7C7. Windows color (decimal): -2110853 or 8112863. OLE color: 8112863.
HSL color Cylindrical-coordinate representation of color #DFCA7B: hue angle of 47.4º 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 #DFCA7B is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 123 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.13 |
| HSL | 47.4º | 0.61% | 0.68% | - |
| HSV(B) | 47.4º | 0.45% | 0.87% | - |
| XYZ | 55.13 | 59.36 | 27.29 | - |
| YUV | 199.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 123 | 0 | 0.09 | 0.45 | 0.13 | 47.4 | 0.61 | 0.68 |
| Hex | DF | CA | 7B | 0 | 9 | 2D | D | 2F | 3D | 44 |
| Octal | 337 | 312 | 173 | 0 | 11 | 55 | 15 | 57 | 75 | 104 |
| Binary | 11011111 | 11001010 | 1111011 | 0 | 1001 | 101101 | 1101 | 101111 | 111101 | 1000100 |
Color Harmonies of #DFCA7B
Complementary color
Monochromatic Colors of #DFCA7B
Black with #DFCA7B
Text Example
Text Example
White with #DFCA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA7B; }
p { color: rgb(223,202,123); }
H1.HeaderClassName
{
color: #DFCA7B;
}
.AnyTagClassName
{
color: #DFCA7B;
}
</style>
background-color css
<style>
a { background-color: #DFCA7B; }
a { background-color: rgb(223,202,123); }
div.DivClassName
{
background-color: #DFCA7B;
}
.BgClassName
{
background-color: #DFCA7B;
}
</style>
border-color css
<style>
span { border-color: #DFCA7B; }
span { border-color: rgb(223,202,123); }
td.TdClassName
{
border-color: #DFCA7B;
}
.TagClassName
{
border-color: #DFCA7B;
}
</style>