Shades of Sandwisp #DAC98A
Tints of Sandwisp #DAC98A
RGB
CMYK
RGB Variations
Color information
#DAC98A (or 0xDAC98A) is known color: Sandwisp. HEX triplet: DA, C9 and 8A. RGB value is (218,201,138). Sum of RGB (Red+Green+Blue) = 218+201+138=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC98A is #253675. Grayscale: #C7C7C7. Windows color (decimal): -2438774 or 9095642. OLE color: 9095642.
HSL color Cylindrical-coordinate representation of color #DAC98A: hue angle of 47.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAC98A is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 138 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.15 |
| HSL | 47.25º | 0.52% | 0.7% | - |
| HSV(B) | 47.25º | 0.37% | 0.85% | - |
| XYZ | 54.39 | 58.51 | 32.47 | - |
| YUV | 198.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 138 | 0 | 0.08 | 0.37 | 0.15 | 47.25 | 0.52 | 0.7 |
| Hex | DA | C9 | 8A | 0 | 8 | 25 | F | 2F | 34 | 46 |
| Octal | 332 | 311 | 212 | 0 | 10 | 45 | 17 | 57 | 64 | 106 |
| Binary | 11011010 | 11001001 | 10001010 | 0 | 1000 | 100101 | 1111 | 101111 | 110100 | 1000110 |
Color Harmonies of #DAC98A
Complementary color
Monochromatic Colors of #DAC98A
Black with #DAC98A
Text Example
Text Example
White with #DAC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC98A; }
p { color: rgb(218,201,138); }
H1.HeaderClassName
{
color: #DAC98A;
}
.AnyTagClassName
{
color: #DAC98A;
}
</style>
background-color css
<style>
a { background-color: #DAC98A; }
a { background-color: rgb(218,201,138); }
div.DivClassName
{
background-color: #DAC98A;
}
.BgClassName
{
background-color: #DAC98A;
}
</style>
border-color css
<style>
span { border-color: #DAC98A; }
span { border-color: rgb(218,201,138); }
td.TdClassName
{
border-color: #DAC98A;
}
.TagClassName
{
border-color: #DAC98A;
}
</style>