Shades of Sandwisp #DACE7D
Tints of Sandwisp #DACE7D
RGB
CMYK
RGB Variations
Color information
#DACE7D (or 0xDACE7D) is known color: Sandwisp. HEX triplet: DA, CE and 7D. RGB value is (218,206,125). Sum of RGB (Red+Green+Blue) = 218+206+125=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE7D is #253182. Grayscale: #C8C8C8. Windows color (decimal): -2437507 or 8244954. OLE color: 8244954.
HSL color Cylindrical-coordinate representation of color #DACE7D: hue angle of 52.26º 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 #DACE7D is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 125 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.15 |
| HSL | 52.26º | 0.56% | 0.67% | - |
| HSV(B) | 52.26º | 0.43% | 0.85% | - |
| XYZ | 54.69 | 60.53 | 28.2 | - |
| YUV | 200.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 125 | 0 | 0.06 | 0.43 | 0.15 | 52.26 | 0.56 | 0.67 |
| Hex | DA | CE | 7D | 0 | 6 | 2B | F | 34 | 38 | 43 |
| Octal | 332 | 316 | 175 | 0 | 6 | 53 | 17 | 64 | 70 | 103 |
| Binary | 11011010 | 11001110 | 1111101 | 0 | 110 | 101011 | 1111 | 110100 | 111000 | 1000011 |
Color Harmonies of #DACE7D
Complementary color
Monochromatic Colors of #DACE7D
Black with #DACE7D
Text Example
Text Example
White with #DACE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE7D; }
p { color: rgb(218,206,125); }
H1.HeaderClassName
{
color: #DACE7D;
}
.AnyTagClassName
{
color: #DACE7D;
}
</style>
background-color css
<style>
a { background-color: #DACE7D; }
a { background-color: rgb(218,206,125); }
div.DivClassName
{
background-color: #DACE7D;
}
.BgClassName
{
background-color: #DACE7D;
}
</style>
border-color css
<style>
span { border-color: #DACE7D; }
span { border-color: rgb(218,206,125); }
td.TdClassName
{
border-color: #DACE7D;
}
.TagClassName
{
border-color: #DACE7D;
}
</style>