Shades of Sandwisp #DACB7D
Tints of Sandwisp #DACB7D
RGB
CMYK
RGB Variations
Color information
#DACB7D (or 0xDACB7D) is known color: Sandwisp. HEX triplet: DA, CB and 7D. RGB value is (218,203,125). Sum of RGB (Red+Green+Blue) = 218+203+125=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB7D is #253482. Grayscale: #C6C6C6. Windows color (decimal): -2438275 or 8244186. OLE color: 8244186.
HSL color Cylindrical-coordinate representation of color #DACB7D: hue angle of 50.32º 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 #DACB7D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 125 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.15 |
| HSL | 50.32º | 0.56% | 0.67% | - |
| HSV(B) | 50.32º | 0.43% | 0.85% | - |
| XYZ | 53.97 | 59.1 | 27.96 | - |
| YUV | 198.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 125 | 0 | 0.07 | 0.43 | 0.15 | 50.32 | 0.56 | 0.67 |
| Hex | DA | CB | 7D | 0 | 7 | 2B | F | 32 | 38 | 43 |
| Octal | 332 | 313 | 175 | 0 | 7 | 53 | 17 | 62 | 70 | 103 |
| Binary | 11011010 | 11001011 | 1111101 | 0 | 111 | 101011 | 1111 | 110010 | 111000 | 1000011 |
Color Harmonies of #DACB7D
Complementary color
Monochromatic Colors of #DACB7D
Black with #DACB7D
Text Example
Text Example
White with #DACB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB7D; }
p { color: rgb(218,203,125); }
H1.HeaderClassName
{
color: #DACB7D;
}
.AnyTagClassName
{
color: #DACB7D;
}
</style>
background-color css
<style>
a { background-color: #DACB7D; }
a { background-color: rgb(218,203,125); }
div.DivClassName
{
background-color: #DACB7D;
}
.BgClassName
{
background-color: #DACB7D;
}
</style>
border-color css
<style>
span { border-color: #DACB7D; }
span { border-color: rgb(218,203,125); }
td.TdClassName
{
border-color: #DACB7D;
}
.TagClassName
{
border-color: #DACB7D;
}
</style>