Shades of Sandwisp #DAC47B
Tints of Sandwisp #DAC47B
RGB
CMYK
RGB Variations
Color information
#DAC47B (or 0xDAC47B) is known color: Sandwisp. HEX triplet: DA, C4 and 7B. RGB value is (218,196,123). Sum of RGB (Red+Green+Blue) = 218+196+123=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC47B is #253B84. Grayscale: #C2C2C2. Windows color (decimal): -2440069 or 8111322. OLE color: 8111322.
HSL color Cylindrical-coordinate representation of color #DAC47B: hue angle of 46.11º 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 #DAC47B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 123 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.15 |
| HSL | 46.11º | 0.56% | 0.67% | - |
| HSV(B) | 46.11º | 0.44% | 0.85% | - |
| XYZ | 52.23 | 55.82 | 26.76 | - |
| YUV | 194.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 123 | 0 | 0.10 | 0.44 | 0.15 | 46.11 | 0.56 | 0.67 |
| Hex | DA | C4 | 7B | 0 | A | 2C | F | 2E | 38 | 43 |
| Octal | 332 | 304 | 173 | 0 | 12 | 54 | 17 | 56 | 70 | 103 |
| Binary | 11011010 | 11000100 | 1111011 | 0 | 1010 | 101100 | 1111 | 101110 | 111000 | 1000011 |
Color Harmonies of #DAC47B
Complementary color
Monochromatic Colors of #DAC47B
Black with #DAC47B
Text Example
Text Example
White with #DAC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC47B; }
p { color: rgb(218,196,123); }
H1.HeaderClassName
{
color: #DAC47B;
}
.AnyTagClassName
{
color: #DAC47B;
}
</style>
background-color css
<style>
a { background-color: #DAC47B; }
a { background-color: rgb(218,196,123); }
div.DivClassName
{
background-color: #DAC47B;
}
.BgClassName
{
background-color: #DAC47B;
}
</style>
border-color css
<style>
span { border-color: #DAC47B; }
span { border-color: rgb(218,196,123); }
td.TdClassName
{
border-color: #DAC47B;
}
.TagClassName
{
border-color: #DAC47B;
}
</style>