Shades of Sandwisp #DAD18D
Tints of Sandwisp #DAD18D
RGB
CMYK
RGB Variations
Color information
#DAD18D (or 0xDAD18D) is known color: Sandwisp. HEX triplet: DA, D1 and 8D. RGB value is (218,209,141). Sum of RGB (Red+Green+Blue) = 218+209+141=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD18D is #252E72. Grayscale: #CCCCCC. Windows color (decimal): -2436723 or 9294298. OLE color: 9294298.
HSL color Cylindrical-coordinate representation of color #DAD18D: hue angle of 52.99º 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 #DAD18D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 141 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.15 |
| HSL | 52.99º | 0.51% | 0.7% | - |
| HSV(B) | 52.99º | 0.35% | 0.85% | - |
| XYZ | 56.52 | 62.43 | 34.27 | - |
| YUV | 203.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 141 | 0 | 0.04 | 0.35 | 0.15 | 52.99 | 0.51 | 0.7 |
| Hex | DA | D1 | 8D | 0 | 4 | 23 | F | 35 | 33 | 46 |
| Octal | 332 | 321 | 215 | 0 | 4 | 43 | 17 | 65 | 63 | 106 |
| Binary | 11011010 | 11010001 | 10001101 | 0 | 100 | 100011 | 1111 | 110101 | 110011 | 1000110 |
Color Harmonies of #DAD18D
Complementary color
Monochromatic Colors of #DAD18D
Black with #DAD18D
Text Example
Text Example
White with #DAD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD18D; }
p { color: rgb(218,209,141); }
H1.HeaderClassName
{
color: #DAD18D;
}
.AnyTagClassName
{
color: #DAD18D;
}
</style>
background-color css
<style>
a { background-color: #DAD18D; }
a { background-color: rgb(218,209,141); }
div.DivClassName
{
background-color: #DAD18D;
}
.BgClassName
{
background-color: #DAD18D;
}
</style>
border-color css
<style>
span { border-color: #DAD18D; }
span { border-color: rgb(218,209,141); }
td.TdClassName
{
border-color: #DAD18D;
}
.TagClassName
{
border-color: #DAD18D;
}
</style>