Shades of Sandwisp #DFCB7A
Tints of Sandwisp #DFCB7A
RGB
CMYK
RGB Variations
Color information
#DFCB7A (or 0xDFCB7A) is known color: Sandwisp. HEX triplet: DF, CB and 7A. RGB value is (223,203,122). Sum of RGB (Red+Green+Blue) = 223+203+122=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB7A is #203485. Grayscale: #C8C8C8. Windows color (decimal): -2110598 or 8047583. OLE color: 8047583.
HSL color Cylindrical-coordinate representation of color #DFCB7A: hue angle of 48.12º 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 #DFCB7A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 122 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.13 |
| HSL | 48.12º | 0.61% | 0.68% | - |
| HSV(B) | 48.12º | 0.45% | 0.87% | - |
| XYZ | 55.3 | 59.8 | 27.04 | - |
| YUV | 199.75 | 84.13 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 122 | 0 | 0.09 | 0.45 | 0.13 | 48.12 | 0.61 | 0.68 |
| Hex | DF | CB | 7A | 0 | 9 | 2D | D | 30 | 3D | 44 |
| Octal | 337 | 313 | 172 | 0 | 11 | 55 | 15 | 60 | 75 | 104 |
| Binary | 11011111 | 11001011 | 1111010 | 0 | 1001 | 101101 | 1101 | 110000 | 111101 | 1000100 |
Color Harmonies of #DFCB7A
Complementary color
Monochromatic Colors of #DFCB7A
Black with #DFCB7A
Text Example
Text Example
White with #DFCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB7A; }
p { color: rgb(223,203,122); }
H1.HeaderClassName
{
color: #DFCB7A;
}
.AnyTagClassName
{
color: #DFCB7A;
}
</style>
background-color css
<style>
a { background-color: #DFCB7A; }
a { background-color: rgb(223,203,122); }
div.DivClassName
{
background-color: #DFCB7A;
}
.BgClassName
{
background-color: #DFCB7A;
}
</style>
border-color css
<style>
span { border-color: #DFCB7A; }
span { border-color: rgb(223,203,122); }
td.TdClassName
{
border-color: #DFCB7A;
}
.TagClassName
{
border-color: #DFCB7A;
}
</style>