Shades of Sandwisp #DAD28B
Tints of Sandwisp #DAD28B
RGB
CMYK
RGB Variations
Color information
#DAD28B (or 0xDAD28B) is known color: Sandwisp. HEX triplet: DA, D2 and 8B. RGB value is (218,210,139). Sum of RGB (Red+Green+Blue) = 218+210+139=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD28B is #252D74. Grayscale: #CCCCCC. Windows color (decimal): -2436469 or 9163482. OLE color: 9163482.
HSL color Cylindrical-coordinate representation of color #DAD28B: hue angle of 53.92º 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 #DAD28B is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 139 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.15 |
| HSL | 53.92º | 0.52% | 0.7% | - |
| HSV(B) | 53.92º | 0.36% | 0.85% | - |
| XYZ | 56.62 | 62.86 | 33.58 | - |
| YUV | 204.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 139 | 0 | 0.04 | 0.36 | 0.15 | 53.92 | 0.52 | 0.7 |
| Hex | DA | D2 | 8B | 0 | 4 | 24 | F | 36 | 34 | 46 |
| Octal | 332 | 322 | 213 | 0 | 4 | 44 | 17 | 66 | 64 | 106 |
| Binary | 11011010 | 11010010 | 10001011 | 0 | 100 | 100100 | 1111 | 110110 | 110100 | 1000110 |
Color Harmonies of #DAD28B
Complementary color
Monochromatic Colors of #DAD28B
Black with #DAD28B
Text Example
Text Example
White with #DAD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD28B; }
p { color: rgb(218,210,139); }
H1.HeaderClassName
{
color: #DAD28B;
}
.AnyTagClassName
{
color: #DAD28B;
}
</style>
background-color css
<style>
a { background-color: #DAD28B; }
a { background-color: rgb(218,210,139); }
div.DivClassName
{
background-color: #DAD28B;
}
.BgClassName
{
background-color: #DAD28B;
}
</style>
border-color css
<style>
span { border-color: #DAD28B; }
span { border-color: rgb(218,210,139); }
td.TdClassName
{
border-color: #DAD28B;
}
.TagClassName
{
border-color: #DAD28B;
}
</style>