Shades of Sandwisp #DAD28A
Tints of Sandwisp #DAD28A
RGB
CMYK
RGB Variations
Color information
#DAD28A (or 0xDAD28A) is known color: Sandwisp. HEX triplet: DA, D2 and 8A. RGB value is (218,210,138). Sum of RGB (Red+Green+Blue) = 218+210+138=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD28A is #252D75. Grayscale: #CCCCCC. Windows color (decimal): -2436470 or 9097946. OLE color: 9097946.
HSL color Cylindrical-coordinate representation of color #DAD28A: hue angle of 54º 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 #DAD28A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 138 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.15 |
| HSL | 54º | 0.52% | 0.7% | - |
| HSV(B) | 54º | 0.37% | 0.85% | - |
| XYZ | 56.55 | 62.83 | 33.19 | - |
| YUV | 204.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 138 | 0 | 0.04 | 0.37 | 0.15 | 54 | 0.52 | 0.7 |
| Hex | DA | D2 | 8A | 0 | 4 | 25 | F | 36 | 34 | 46 |
| Octal | 332 | 322 | 212 | 0 | 4 | 45 | 17 | 66 | 64 | 106 |
| Binary | 11011010 | 11010010 | 10001010 | 0 | 100 | 100101 | 1111 | 110110 | 110100 | 1000110 |
Color Harmonies of #DAD28A
Complementary color
Monochromatic Colors of #DAD28A
Black with #DAD28A
Text Example
Text Example
White with #DAD28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD28A; }
p { color: rgb(218,210,138); }
H1.HeaderClassName
{
color: #DAD28A;
}
.AnyTagClassName
{
color: #DAD28A;
}
</style>
background-color css
<style>
a { background-color: #DAD28A; }
a { background-color: rgb(218,210,138); }
div.DivClassName
{
background-color: #DAD28A;
}
.BgClassName
{
background-color: #DAD28A;
}
</style>
border-color css
<style>
span { border-color: #DAD28A; }
span { border-color: rgb(218,210,138); }
td.TdClassName
{
border-color: #DAD28A;
}
.TagClassName
{
border-color: #DAD28A;
}
</style>