Shades of Sandwisp #DAD17D
Tints of Sandwisp #DAD17D
RGB
CMYK
RGB Variations
Color information
#DAD17D (or 0xDAD17D) is known color: Sandwisp. HEX triplet: DA, D1 and 7D. RGB value is (218,209,125). Sum of RGB (Red+Green+Blue) = 218+209+125=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD17D is #252E82. Grayscale: #CACACA. Windows color (decimal): -2436739 or 8245722. OLE color: 8245722.
HSL color Cylindrical-coordinate representation of color #DAD17D: hue angle of 54.19º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAD17D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 125 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.15 |
| HSL | 54.19º | 0.56% | 0.67% | - |
| HSV(B) | 54.19º | 0.43% | 0.85% | - |
| XYZ | 55.42 | 61.99 | 28.45 | - |
| YUV | 202.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 125 | 0 | 0.04 | 0.43 | 0.15 | 54.19 | 0.56 | 0.67 |
| Hex | DA | D1 | 7D | 0 | 4 | 2B | F | 36 | 38 | 43 |
| Octal | 332 | 321 | 175 | 0 | 4 | 53 | 17 | 66 | 70 | 103 |
| Binary | 11011010 | 11010001 | 1111101 | 0 | 100 | 101011 | 1111 | 110110 | 111000 | 1000011 |
Color Harmonies of #DAD17D
Complementary color
Monochromatic Colors of #DAD17D
Black with #DAD17D
Text Example
Text Example
White with #DAD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD17D; }
p { color: rgb(218,209,125); }
H1.HeaderClassName
{
color: #DAD17D;
}
.AnyTagClassName
{
color: #DAD17D;
}
</style>
background-color css
<style>
a { background-color: #DAD17D; }
a { background-color: rgb(218,209,125); }
div.DivClassName
{
background-color: #DAD17D;
}
.BgClassName
{
background-color: #DAD17D;
}
</style>
border-color css
<style>
span { border-color: #DAD17D; }
span { border-color: rgb(218,209,125); }
td.TdClassName
{
border-color: #DAD17D;
}
.TagClassName
{
border-color: #DAD17D;
}
</style>