Shades of Sandwisp #DAD08B
Tints of Sandwisp #DAD08B
RGB
CMYK
RGB Variations
Color information
#DAD08B (or 0xDAD08B) is known color: Sandwisp. HEX triplet: DA, D0 and 8B. RGB value is (218,208,139). Sum of RGB (Red+Green+Blue) = 218+208+139=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD08B is #252F74. Grayscale: #CBCBCB. Windows color (decimal): -2436981 or 9162970. OLE color: 9162970.
HSL color Cylindrical-coordinate representation of color #DAD08B: hue angle of 52.41º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAD08B is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 139 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.15 |
| HSL | 52.41º | 0.52% | 0.7% | - |
| HSV(B) | 52.41º | 0.36% | 0.85% | - |
| XYZ | 56.13 | 61.88 | 33.41 | - |
| YUV | 203.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 139 | 0 | 0.05 | 0.36 | 0.15 | 52.41 | 0.52 | 0.7 |
| Hex | DA | D0 | 8B | 0 | 5 | 24 | F | 34 | 34 | 46 |
| Octal | 332 | 320 | 213 | 0 | 5 | 44 | 17 | 64 | 64 | 106 |
| Binary | 11011010 | 11010000 | 10001011 | 0 | 101 | 100100 | 1111 | 110100 | 110100 | 1000110 |
Color Harmonies of #DAD08B
Complementary color
Monochromatic Colors of #DAD08B
Black with #DAD08B
Text Example
Text Example
White with #DAD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD08B; }
p { color: rgb(218,208,139); }
H1.HeaderClassName
{
color: #DAD08B;
}
.AnyTagClassName
{
color: #DAD08B;
}
</style>
background-color css
<style>
a { background-color: #DAD08B; }
a { background-color: rgb(218,208,139); }
div.DivClassName
{
background-color: #DAD08B;
}
.BgClassName
{
background-color: #DAD08B;
}
</style>
border-color css
<style>
span { border-color: #DAD08B; }
span { border-color: rgb(218,208,139); }
td.TdClassName
{
border-color: #DAD08B;
}
.TagClassName
{
border-color: #DAD08B;
}
</style>