Shades of Sandwisp #DACB81
Tints of Sandwisp #DACB81
RGB
CMYK
RGB Variations
Color information
#DACB81 (or 0xDACB81) is known color: Sandwisp. HEX triplet: DA, CB and 81. RGB value is (218,203,129). Sum of RGB (Red+Green+Blue) = 218+203+129=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB81 is #25347E. Grayscale: #C7C7C7. Windows color (decimal): -2438271 or 8506330. OLE color: 8506330.
HSL color Cylindrical-coordinate representation of color #DACB81: hue angle of 49.89º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DACB81 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 129 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.15 |
| HSL | 49.89º | 0.55% | 0.68% | - |
| HSV(B) | 49.89º | 0.41% | 0.85% | - |
| XYZ | 54.23 | 59.2 | 29.34 | - |
| YUV | 199.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 129 | 0 | 0.07 | 0.41 | 0.15 | 49.89 | 0.55 | 0.68 |
| Hex | DA | CB | 81 | 0 | 7 | 29 | F | 32 | 37 | 44 |
| Octal | 332 | 313 | 201 | 0 | 7 | 51 | 17 | 62 | 67 | 104 |
| Binary | 11011010 | 11001011 | 10000001 | 0 | 111 | 101001 | 1111 | 110010 | 110111 | 1000100 |
Color Harmonies of #DACB81
Complementary color
Monochromatic Colors of #DACB81
Black with #DACB81
Text Example
Text Example
White with #DACB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB81; }
p { color: rgb(218,203,129); }
H1.HeaderClassName
{
color: #DACB81;
}
.AnyTagClassName
{
color: #DACB81;
}
</style>
background-color css
<style>
a { background-color: #DACB81; }
a { background-color: rgb(218,203,129); }
div.DivClassName
{
background-color: #DACB81;
}
.BgClassName
{
background-color: #DACB81;
}
</style>
border-color css
<style>
span { border-color: #DACB81; }
span { border-color: rgb(218,203,129); }
td.TdClassName
{
border-color: #DACB81;
}
.TagClassName
{
border-color: #DACB81;
}
</style>