Shades of Sandwisp #DACD8D
Tints of Sandwisp #DACD8D
RGB
CMYK
RGB Variations
Color information
#DACD8D (or 0xDACD8D) is known color: Sandwisp. HEX triplet: DA, CD and 8D. RGB value is (218,205,141). Sum of RGB (Red+Green+Blue) = 218+205+141=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACD8D is #253272. Grayscale: #C9C9C9. Windows color (decimal): -2437747 or 9293274. OLE color: 9293274.
HSL color Cylindrical-coordinate representation of color #DACD8D: hue angle of 49.87º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DACD8D is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 141 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.15 |
| HSL | 49.87º | 0.51% | 0.7% | - |
| HSV(B) | 49.87º | 0.35% | 0.85% | - |
| XYZ | 55.55 | 60.49 | 33.95 | - |
| YUV | 201.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 141 | 0 | 0.06 | 0.35 | 0.15 | 49.87 | 0.51 | 0.7 |
| Hex | DA | CD | 8D | 0 | 6 | 23 | F | 32 | 33 | 46 |
| Octal | 332 | 315 | 215 | 0 | 6 | 43 | 17 | 62 | 63 | 106 |
| Binary | 11011010 | 11001101 | 10001101 | 0 | 110 | 100011 | 1111 | 110010 | 110011 | 1000110 |
Color Harmonies of #DACD8D
Complementary color
Monochromatic Colors of #DACD8D
Black with #DACD8D
Text Example
Text Example
White with #DACD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD8D; }
p { color: rgb(218,205,141); }
H1.HeaderClassName
{
color: #DACD8D;
}
.AnyTagClassName
{
color: #DACD8D;
}
</style>
background-color css
<style>
a { background-color: #DACD8D; }
a { background-color: rgb(218,205,141); }
div.DivClassName
{
background-color: #DACD8D;
}
.BgClassName
{
background-color: #DACD8D;
}
</style>
border-color css
<style>
span { border-color: #DACD8D; }
span { border-color: rgb(218,205,141); }
td.TdClassName
{
border-color: #DACD8D;
}
.TagClassName
{
border-color: #DACD8D;
}
</style>