Shades of Sandwisp #DFCF7B
Tints of Sandwisp #DFCF7B
RGB
CMYK
RGB Variations
Color information
#DFCF7B (or 0xDFCF7B) is known color: Sandwisp. HEX triplet: DF, CF and 7B. RGB value is (223,207,123). Sum of RGB (Red+Green+Blue) = 223+207+123=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF7B is #203084. Grayscale: #CACACA. Windows color (decimal): -2109573 or 8114143. OLE color: 8114143.
HSL color Cylindrical-coordinate representation of color #DFCF7B: hue angle of 50.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 #DFCF7B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 123 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.13 |
| HSL | 50.4º | 0.61% | 0.68% | - |
| HSV(B) | 50.4º | 0.45% | 0.87% | - |
| XYZ | 56.32 | 61.74 | 27.69 | - |
| YUV | 202.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 123 | 0 | 0.07 | 0.45 | 0.13 | 50.4 | 0.61 | 0.68 |
| Hex | DF | CF | 7B | 0 | 7 | 2D | D | 32 | 3D | 44 |
| Octal | 337 | 317 | 173 | 0 | 7 | 55 | 15 | 62 | 75 | 104 |
| Binary | 11011111 | 11001111 | 1111011 | 0 | 111 | 101101 | 1101 | 110010 | 111101 | 1000100 |
Color Harmonies of #DFCF7B
Complementary color
Monochromatic Colors of #DFCF7B
Black with #DFCF7B
Text Example
Text Example
White with #DFCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF7B; }
p { color: rgb(223,207,123); }
H1.HeaderClassName
{
color: #DFCF7B;
}
.AnyTagClassName
{
color: #DFCF7B;
}
</style>
background-color css
<style>
a { background-color: #DFCF7B; }
a { background-color: rgb(223,207,123); }
div.DivClassName
{
background-color: #DFCF7B;
}
.BgClassName
{
background-color: #DFCF7B;
}
</style>
border-color css
<style>
span { border-color: #DFCF7B; }
span { border-color: rgb(223,207,123); }
td.TdClassName
{
border-color: #DFCF7B;
}
.TagClassName
{
border-color: #DFCF7B;
}
</style>