Shades of Sandwisp #DAD18A
Tints of Sandwisp #DAD18A
RGB
CMYK
RGB Variations
Color information
#DAD18A (or 0xDAD18A) is known color: Sandwisp. HEX triplet: DA, D1 and 8A. RGB value is (218,209,138). Sum of RGB (Red+Green+Blue) = 218+209+138=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD18A is #252E75. Grayscale: #CBCBCB. Windows color (decimal): -2436726 or 9097690. OLE color: 9097690.
HSL color Cylindrical-coordinate representation of color #DAD18A: hue angle of 53.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 #DAD18A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 138 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.15 |
| HSL | 53.25º | 0.52% | 0.7% | - |
| HSV(B) | 53.25º | 0.37% | 0.85% | - |
| XYZ | 56.3 | 62.34 | 33.11 | - |
| YUV | 203.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 138 | 0 | 0.04 | 0.37 | 0.15 | 53.25 | 0.52 | 0.7 |
| Hex | DA | D1 | 8A | 0 | 4 | 25 | F | 35 | 34 | 46 |
| Octal | 332 | 321 | 212 | 0 | 4 | 45 | 17 | 65 | 64 | 106 |
| Binary | 11011010 | 11010001 | 10001010 | 0 | 100 | 100101 | 1111 | 110101 | 110100 | 1000110 |
Color Harmonies of #DAD18A
Complementary color
Monochromatic Colors of #DAD18A
Black with #DAD18A
Text Example
Text Example
White with #DAD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD18A; }
p { color: rgb(218,209,138); }
H1.HeaderClassName
{
color: #DAD18A;
}
.AnyTagClassName
{
color: #DAD18A;
}
</style>
background-color css
<style>
a { background-color: #DAD18A; }
a { background-color: rgb(218,209,138); }
div.DivClassName
{
background-color: #DAD18A;
}
.BgClassName
{
background-color: #DAD18A;
}
</style>
border-color css
<style>
span { border-color: #DAD18A; }
span { border-color: rgb(218,209,138); }
td.TdClassName
{
border-color: #DAD18A;
}
.TagClassName
{
border-color: #DAD18A;
}
</style>