Shades of Sandwisp #DAC77D
Tints of Sandwisp #DAC77D
RGB
CMYK
RGB Variations
Color information
#DAC77D (or 0xDAC77D) is known color: Sandwisp. HEX triplet: DA, C7 and 7D. RGB value is (218,199,125). Sum of RGB (Red+Green+Blue) = 218+199+125=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC77D is #253882. Grayscale: #C4C4C4. Windows color (decimal): -2439299 or 8243162. OLE color: 8243162.
HSL color Cylindrical-coordinate representation of color #DAC77D: hue angle of 47.74º 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 #DAC77D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 125 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.15 |
| HSL | 47.74º | 0.56% | 0.67% | - |
| HSV(B) | 47.74º | 0.43% | 0.85% | - |
| XYZ | 53.04 | 57.23 | 27.65 | - |
| YUV | 196.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 125 | 0 | 0.09 | 0.43 | 0.15 | 47.74 | 0.56 | 0.67 |
| Hex | DA | C7 | 7D | 0 | 9 | 2B | F | 30 | 38 | 43 |
| Octal | 332 | 307 | 175 | 0 | 11 | 53 | 17 | 60 | 70 | 103 |
| Binary | 11011010 | 11000111 | 1111101 | 0 | 1001 | 101011 | 1111 | 110000 | 111000 | 1000011 |
Color Harmonies of #DAC77D
Complementary color
Monochromatic Colors of #DAC77D
Black with #DAC77D
Text Example
Text Example
White with #DAC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC77D; }
p { color: rgb(218,199,125); }
H1.HeaderClassName
{
color: #DAC77D;
}
.AnyTagClassName
{
color: #DAC77D;
}
</style>
background-color css
<style>
a { background-color: #DAC77D; }
a { background-color: rgb(218,199,125); }
div.DivClassName
{
background-color: #DAC77D;
}
.BgClassName
{
background-color: #DAC77D;
}
</style>
border-color css
<style>
span { border-color: #DAC77D; }
span { border-color: rgb(218,199,125); }
td.TdClassName
{
border-color: #DAC77D;
}
.TagClassName
{
border-color: #DAC77D;
}
</style>