Shades of Sandwisp #DAC57B
Tints of Sandwisp #DAC57B
RGB
CMYK
RGB Variations
Color information
#DAC57B (or 0xDAC57B) is known color: Sandwisp. HEX triplet: DA, C5 and 7B. RGB value is (218,197,123). Sum of RGB (Red+Green+Blue) = 218+197+123=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC57B is #253A84. Grayscale: #C3C3C3. Windows color (decimal): -2439813 or 8111578. OLE color: 8111578.
HSL color Cylindrical-coordinate representation of color #DAC57B: hue angle of 46.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAC57B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 123 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.15 |
| HSL | 46.74º | 0.56% | 0.67% | - |
| HSV(B) | 46.74º | 0.44% | 0.85% | - |
| XYZ | 52.45 | 56.27 | 26.84 | - |
| YUV | 194.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 123 | 0 | 0.10 | 0.44 | 0.15 | 46.74 | 0.56 | 0.67 |
| Hex | DA | C5 | 7B | 0 | A | 2C | F | 2F | 38 | 43 |
| Octal | 332 | 305 | 173 | 0 | 12 | 54 | 17 | 57 | 70 | 103 |
| Binary | 11011010 | 11000101 | 1111011 | 0 | 1010 | 101100 | 1111 | 101111 | 111000 | 1000011 |
Color Harmonies of #DAC57B
Complementary color
Monochromatic Colors of #DAC57B
Black with #DAC57B
Text Example
Text Example
White with #DAC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC57B; }
p { color: rgb(218,197,123); }
H1.HeaderClassName
{
color: #DAC57B;
}
.AnyTagClassName
{
color: #DAC57B;
}
</style>
background-color css
<style>
a { background-color: #DAC57B; }
a { background-color: rgb(218,197,123); }
div.DivClassName
{
background-color: #DAC57B;
}
.BgClassName
{
background-color: #DAC57B;
}
</style>
border-color css
<style>
span { border-color: #DAC57B; }
span { border-color: rgb(218,197,123); }
td.TdClassName
{
border-color: #DAC57B;
}
.TagClassName
{
border-color: #DAC57B;
}
</style>