Shades of Sandwisp #DACE7C
Tints of Sandwisp #DACE7C
RGB
CMYK
RGB Variations
Color information
#DACE7C (or 0xDACE7C) is known color: Sandwisp. HEX triplet: DA, CE and 7C. RGB value is (218,206,124). Sum of RGB (Red+Green+Blue) = 218+206+124=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE7C is #253183. Grayscale: #C8C8C8. Windows color (decimal): -2437508 or 8179418. OLE color: 8179418.
HSL color Cylindrical-coordinate representation of color #DACE7C: hue angle of 52.34º 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 #DACE7C is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 124 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.15 |
| HSL | 52.34º | 0.56% | 0.67% | - |
| HSV(B) | 52.34º | 0.43% | 0.85% | - |
| XYZ | 54.62 | 60.5 | 27.87 | - |
| YUV | 200.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 124 | 0 | 0.06 | 0.43 | 0.15 | 52.34 | 0.56 | 0.67 |
| Hex | DA | CE | 7C | 0 | 6 | 2B | F | 34 | 38 | 43 |
| Octal | 332 | 316 | 174 | 0 | 6 | 53 | 17 | 64 | 70 | 103 |
| Binary | 11011010 | 11001110 | 1111100 | 0 | 110 | 101011 | 1111 | 110100 | 111000 | 1000011 |
Color Harmonies of #DACE7C
Complementary color
Monochromatic Colors of #DACE7C
Black with #DACE7C
Text Example
Text Example
White with #DACE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE7C; }
p { color: rgb(218,206,124); }
H1.HeaderClassName
{
color: #DACE7C;
}
.AnyTagClassName
{
color: #DACE7C;
}
</style>
background-color css
<style>
a { background-color: #DACE7C; }
a { background-color: rgb(218,206,124); }
div.DivClassName
{
background-color: #DACE7C;
}
.BgClassName
{
background-color: #DACE7C;
}
</style>
border-color css
<style>
span { border-color: #DACE7C; }
span { border-color: rgb(218,206,124); }
td.TdClassName
{
border-color: #DACE7C;
}
.TagClassName
{
border-color: #DACE7C;
}
</style>