Shades of Sandwisp #DACB7B
Tints of Sandwisp #DACB7B
RGB
CMYK
RGB Variations
Color information
#DACB7B (or 0xDACB7B) is known color: Sandwisp. HEX triplet: DA, CB and 7B. RGB value is (218,203,123). Sum of RGB (Red+Green+Blue) = 218+203+123=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB7B is #253484. Grayscale: #C6C6C6. Windows color (decimal): -2438277 or 8113114. OLE color: 8113114.
HSL color Cylindrical-coordinate representation of color #DACB7B: hue angle of 50.53º 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 #DACB7B is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 123 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.15 |
| HSL | 50.53º | 0.56% | 0.67% | - |
| HSV(B) | 50.53º | 0.44% | 0.85% | - |
| XYZ | 53.84 | 59.05 | 27.3 | - |
| YUV | 198.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 123 | 0 | 0.07 | 0.44 | 0.15 | 50.53 | 0.56 | 0.67 |
| Hex | DA | CB | 7B | 0 | 7 | 2C | F | 33 | 38 | 43 |
| Octal | 332 | 313 | 173 | 0 | 7 | 54 | 17 | 63 | 70 | 103 |
| Binary | 11011010 | 11001011 | 1111011 | 0 | 111 | 101100 | 1111 | 110011 | 111000 | 1000011 |
Color Harmonies of #DACB7B
Complementary color
Monochromatic Colors of #DACB7B
Black with #DACB7B
Text Example
Text Example
White with #DACB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB7B; }
p { color: rgb(218,203,123); }
H1.HeaderClassName
{
color: #DACB7B;
}
.AnyTagClassName
{
color: #DACB7B;
}
</style>
background-color css
<style>
a { background-color: #DACB7B; }
a { background-color: rgb(218,203,123); }
div.DivClassName
{
background-color: #DACB7B;
}
.BgClassName
{
background-color: #DACB7B;
}
</style>
border-color css
<style>
span { border-color: #DACB7B; }
span { border-color: rgb(218,203,123); }
td.TdClassName
{
border-color: #DACB7B;
}
.TagClassName
{
border-color: #DACB7B;
}
</style>