Shades of Sandwisp #DAD18C
Tints of Sandwisp #DAD18C
RGB
CMYK
RGB Variations
Color information
#DAD18C (or 0xDAD18C) is known color: Sandwisp. HEX triplet: DA, D1 and 8C. RGB value is (218,209,140). Sum of RGB (Red+Green+Blue) = 218+209+140=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD18C is #252E73. Grayscale: #CCCCCC. Windows color (decimal): -2436724 or 9228762. OLE color: 9228762.
HSL color Cylindrical-coordinate representation of color #DAD18C: hue angle of 53.08º degrees, saturation: 0.51, 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 #DAD18C is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 140 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.15 |
| HSL | 53.08º | 0.51% | 0.7% | - |
| HSV(B) | 53.08º | 0.36% | 0.85% | - |
| XYZ | 56.45 | 62.4 | 33.88 | - |
| YUV | 203.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 140 | 0 | 0.04 | 0.36 | 0.15 | 53.08 | 0.51 | 0.7 |
| Hex | DA | D1 | 8C | 0 | 4 | 24 | F | 35 | 33 | 46 |
| Octal | 332 | 321 | 214 | 0 | 4 | 44 | 17 | 65 | 63 | 106 |
| Binary | 11011010 | 11010001 | 10001100 | 0 | 100 | 100100 | 1111 | 110101 | 110011 | 1000110 |
Color Harmonies of #DAD18C
Complementary color
Monochromatic Colors of #DAD18C
Black with #DAD18C
Text Example
Text Example
White with #DAD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD18C; }
p { color: rgb(218,209,140); }
H1.HeaderClassName
{
color: #DAD18C;
}
.AnyTagClassName
{
color: #DAD18C;
}
</style>
background-color css
<style>
a { background-color: #DAD18C; }
a { background-color: rgb(218,209,140); }
div.DivClassName
{
background-color: #DAD18C;
}
.BgClassName
{
background-color: #DAD18C;
}
</style>
border-color css
<style>
span { border-color: #DAD18C; }
span { border-color: rgb(218,209,140); }
td.TdClassName
{
border-color: #DAD18C;
}
.TagClassName
{
border-color: #DAD18C;
}
</style>