Shades of Sandwisp #DAC57D
Tints of Sandwisp #DAC57D
RGB
CMYK
RGB Variations
Color information
#DAC57D (or 0xDAC57D) is known color: Sandwisp. HEX triplet: DA, C5 and 7D. RGB value is (218,197,125). Sum of RGB (Red+Green+Blue) = 218+197+125=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC57D is #253A82. Grayscale: #C3C3C3. Windows color (decimal): -2439811 or 8242650. OLE color: 8242650.
HSL color Cylindrical-coordinate representation of color #DAC57D: hue angle of 46.45º 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 #DAC57D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 125 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.15 |
| HSL | 46.45º | 0.56% | 0.67% | - |
| HSV(B) | 46.45º | 0.43% | 0.85% | - |
| XYZ | 52.58 | 56.32 | 27.5 | - |
| YUV | 195.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 125 | 0 | 0.10 | 0.43 | 0.15 | 46.45 | 0.56 | 0.67 |
| Hex | DA | C5 | 7D | 0 | A | 2B | F | 2E | 38 | 43 |
| Octal | 332 | 305 | 175 | 0 | 12 | 53 | 17 | 56 | 70 | 103 |
| Binary | 11011010 | 11000101 | 1111101 | 0 | 1010 | 101011 | 1111 | 101110 | 111000 | 1000011 |
Color Harmonies of #DAC57D
Complementary color
Monochromatic Colors of #DAC57D
Black with #DAC57D
Text Example
Text Example
White with #DAC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC57D; }
p { color: rgb(218,197,125); }
H1.HeaderClassName
{
color: #DAC57D;
}
.AnyTagClassName
{
color: #DAC57D;
}
</style>
background-color css
<style>
a { background-color: #DAC57D; }
a { background-color: rgb(218,197,125); }
div.DivClassName
{
background-color: #DAC57D;
}
.BgClassName
{
background-color: #DAC57D;
}
</style>
border-color css
<style>
span { border-color: #DAC57D; }
span { border-color: rgb(218,197,125); }
td.TdClassName
{
border-color: #DAC57D;
}
.TagClassName
{
border-color: #DAC57D;
}
</style>