Shades of Sandwisp #DACB7C
Tints of Sandwisp #DACB7C
RGB
CMYK
RGB Variations
Color information
#DACB7C (or 0xDACB7C) is known color: Sandwisp. HEX triplet: DA, CB and 7C. RGB value is (218,203,124). Sum of RGB (Red+Green+Blue) = 218+203+124=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB7C is #253483. Grayscale: #C6C6C6. Windows color (decimal): -2438276 or 8178650. OLE color: 8178650.
HSL color Cylindrical-coordinate representation of color #DACB7C: hue angle of 50.43º 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 #DACB7C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 124 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.15 |
| HSL | 50.43º | 0.56% | 0.67% | - |
| HSV(B) | 50.43º | 0.43% | 0.85% | - |
| XYZ | 53.91 | 59.07 | 27.63 | - |
| YUV | 198.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 124 | 0 | 0.07 | 0.43 | 0.15 | 50.43 | 0.56 | 0.67 |
| Hex | DA | CB | 7C | 0 | 7 | 2B | F | 32 | 38 | 43 |
| Octal | 332 | 313 | 174 | 0 | 7 | 53 | 17 | 62 | 70 | 103 |
| Binary | 11011010 | 11001011 | 1111100 | 0 | 111 | 101011 | 1111 | 110010 | 111000 | 1000011 |
Color Harmonies of #DACB7C
Complementary color
Monochromatic Colors of #DACB7C
Black with #DACB7C
Text Example
Text Example
White with #DACB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB7C; }
p { color: rgb(218,203,124); }
H1.HeaderClassName
{
color: #DACB7C;
}
.AnyTagClassName
{
color: #DACB7C;
}
</style>
background-color css
<style>
a { background-color: #DACB7C; }
a { background-color: rgb(218,203,124); }
div.DivClassName
{
background-color: #DACB7C;
}
.BgClassName
{
background-color: #DACB7C;
}
</style>
border-color css
<style>
span { border-color: #DACB7C; }
span { border-color: rgb(218,203,124); }
td.TdClassName
{
border-color: #DACB7C;
}
.TagClassName
{
border-color: #DACB7C;
}
</style>