Shades of Sandwisp #DAC67B
Tints of Sandwisp #DAC67B
RGB
CMYK
RGB Variations
Color information
#DAC67B (or 0xDAC67B) is known color: Sandwisp. HEX triplet: DA, C6 and 7B. RGB value is (218,198,123). Sum of RGB (Red+Green+Blue) = 218+198+123=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC67B is #253984. Grayscale: #C3C3C3. Windows color (decimal): -2439557 or 8111834. OLE color: 8111834.
HSL color Cylindrical-coordinate representation of color #DAC67B: hue angle of 47.37º 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 #DAC67B is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 123 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.15 |
| HSL | 47.37º | 0.56% | 0.67% | - |
| HSV(B) | 47.37º | 0.44% | 0.85% | - |
| XYZ | 52.68 | 56.72 | 26.91 | - |
| YUV | 195.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 123 | 0 | 0.09 | 0.44 | 0.15 | 47.37 | 0.56 | 0.67 |
| Hex | DA | C6 | 7B | 0 | 9 | 2C | F | 2F | 38 | 43 |
| Octal | 332 | 306 | 173 | 0 | 11 | 54 | 17 | 57 | 70 | 103 |
| Binary | 11011010 | 11000110 | 1111011 | 0 | 1001 | 101100 | 1111 | 101111 | 111000 | 1000011 |
Color Harmonies of #DAC67B
Complementary color
Monochromatic Colors of #DAC67B
Black with #DAC67B
Text Example
Text Example
White with #DAC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC67B; }
p { color: rgb(218,198,123); }
H1.HeaderClassName
{
color: #DAC67B;
}
.AnyTagClassName
{
color: #DAC67B;
}
</style>
background-color css
<style>
a { background-color: #DAC67B; }
a { background-color: rgb(218,198,123); }
div.DivClassName
{
background-color: #DAC67B;
}
.BgClassName
{
background-color: #DAC67B;
}
</style>
border-color css
<style>
span { border-color: #DAC67B; }
span { border-color: rgb(218,198,123); }
td.TdClassName
{
border-color: #DAC67B;
}
.TagClassName
{
border-color: #DAC67B;
}
</style>