Shades of Sandwisp #DACB83
Tints of Sandwisp #DACB83
RGB
CMYK
RGB Variations
Color information
#DACB83 (or 0xDACB83) is known color: Sandwisp. HEX triplet: DA, CB and 83. RGB value is (218,203,131). Sum of RGB (Red+Green+Blue) = 218+203+131=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB83 is #25347C. Grayscale: #C7C7C7. Windows color (decimal): -2438269 or 8637402. OLE color: 8637402.
HSL color Cylindrical-coordinate representation of color #DACB83: hue angle of 49.66º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DACB83 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 131 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.15 |
| HSL | 49.66º | 0.54% | 0.68% | - |
| HSV(B) | 49.66º | 0.4% | 0.85% | - |
| XYZ | 54.37 | 59.26 | 30.04 | - |
| YUV | 199.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 131 | 0 | 0.07 | 0.40 | 0.15 | 49.66 | 0.54 | 0.68 |
| Hex | DA | CB | 83 | 0 | 7 | 28 | F | 32 | 36 | 44 |
| Octal | 332 | 313 | 203 | 0 | 7 | 50 | 17 | 62 | 66 | 104 |
| Binary | 11011010 | 11001011 | 10000011 | 0 | 111 | 101000 | 1111 | 110010 | 110110 | 1000100 |
Color Harmonies of #DACB83
Complementary color
Monochromatic Colors of #DACB83
Black with #DACB83
Text Example
Text Example
White with #DACB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB83; }
p { color: rgb(218,203,131); }
H1.HeaderClassName
{
color: #DACB83;
}
.AnyTagClassName
{
color: #DACB83;
}
</style>
background-color css
<style>
a { background-color: #DACB83; }
a { background-color: rgb(218,203,131); }
div.DivClassName
{
background-color: #DACB83;
}
.BgClassName
{
background-color: #DACB83;
}
</style>
border-color css
<style>
span { border-color: #DACB83; }
span { border-color: rgb(218,203,131); }
td.TdClassName
{
border-color: #DACB83;
}
.TagClassName
{
border-color: #DACB83;
}
</style>