Shades of Sandwisp #DAD37F
Tints of Sandwisp #DAD37F
RGB
CMYK
RGB Variations
Color information
#DAD37F (or 0xDAD37F) is known color: Sandwisp. HEX triplet: DA, D3 and 7F. RGB value is (218,211,127). Sum of RGB (Red+Green+Blue) = 218+211+127=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD37F is #252C80. Grayscale: #CBCBCB. Windows color (decimal): -2436225 or 8377306. OLE color: 8377306.
HSL color Cylindrical-coordinate representation of color #DAD37F: hue angle of 55.38º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAD37F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 127 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.15 |
| HSL | 55.38º | 0.55% | 0.68% | - |
| HSV(B) | 55.38º | 0.42% | 0.85% | - |
| XYZ | 56.04 | 63.03 | 29.29 | - |
| YUV | 203.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 127 | 0 | 0.03 | 0.42 | 0.15 | 55.38 | 0.55 | 0.68 |
| Hex | DA | D3 | 7F | 0 | 3 | 2A | F | 37 | 37 | 44 |
| Octal | 332 | 323 | 177 | 0 | 3 | 52 | 17 | 67 | 67 | 104 |
| Binary | 11011010 | 11010011 | 1111111 | 0 | 11 | 101010 | 1111 | 110111 | 110111 | 1000100 |
Color Harmonies of #DAD37F
Complementary color
Monochromatic Colors of #DAD37F
Black with #DAD37F
Text Example
Text Example
White with #DAD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD37F; }
p { color: rgb(218,211,127); }
H1.HeaderClassName
{
color: #DAD37F;
}
.AnyTagClassName
{
color: #DAD37F;
}
</style>
background-color css
<style>
a { background-color: #DAD37F; }
a { background-color: rgb(218,211,127); }
div.DivClassName
{
background-color: #DAD37F;
}
.BgClassName
{
background-color: #DAD37F;
}
</style>
border-color css
<style>
span { border-color: #DAD37F; }
span { border-color: rgb(218,211,127); }
td.TdClassName
{
border-color: #DAD37F;
}
.TagClassName
{
border-color: #DAD37F;
}
</style>