Shades of Sandwisp #DACB7A
Tints of Sandwisp #DACB7A
RGB
CMYK
RGB Variations
Color information
#DACB7A (or 0xDACB7A) is known color: Sandwisp. HEX triplet: DA, CB and 7A. RGB value is (218,203,122). Sum of RGB (Red+Green+Blue) = 218+203+122=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB7A is #253485. Grayscale: #C6C6C6. Windows color (decimal): -2438278 or 8047578. OLE color: 8047578.
HSL color Cylindrical-coordinate representation of color #DACB7A: hue angle of 50.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DACB7A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 122 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.15 |
| HSL | 50.63º | 0.56% | 0.67% | - |
| HSV(B) | 50.63º | 0.44% | 0.85% | - |
| XYZ | 53.78 | 59.02 | 26.97 | - |
| YUV | 198.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 122 | 0 | 0.07 | 0.44 | 0.15 | 50.63 | 0.56 | 0.67 |
| Hex | DA | CB | 7A | 0 | 7 | 2C | F | 33 | 38 | 43 |
| Octal | 332 | 313 | 172 | 0 | 7 | 54 | 17 | 63 | 70 | 103 |
| Binary | 11011010 | 11001011 | 1111010 | 0 | 111 | 101100 | 1111 | 110011 | 111000 | 1000011 |
Color Harmonies of #DACB7A
Complementary color
Monochromatic Colors of #DACB7A
Black with #DACB7A
Text Example
Text Example
White with #DACB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB7A; }
p { color: rgb(218,203,122); }
H1.HeaderClassName
{
color: #DACB7A;
}
.AnyTagClassName
{
color: #DACB7A;
}
</style>
background-color css
<style>
a { background-color: #DACB7A; }
a { background-color: rgb(218,203,122); }
div.DivClassName
{
background-color: #DACB7A;
}
.BgClassName
{
background-color: #DACB7A;
}
</style>
border-color css
<style>
span { border-color: #DACB7A; }
span { border-color: rgb(218,203,122); }
td.TdClassName
{
border-color: #DACB7A;
}
.TagClassName
{
border-color: #DACB7A;
}
</style>