Shades of Sandwisp #DACE7F
Tints of Sandwisp #DACE7F
RGB
CMYK
RGB Variations
Color information
#DACE7F (or 0xDACE7F) is known color: Sandwisp. HEX triplet: DA, CE and 7F. RGB value is (218,206,127). Sum of RGB (Red+Green+Blue) = 218+206+127=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE7F is #253180. Grayscale: #C8C8C8. Windows color (decimal): -2437505 or 8376026. OLE color: 8376026.
HSL color Cylindrical-coordinate representation of color #DACE7F: hue angle of 52.09º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DACE7F is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 127 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.15 |
| HSL | 52.09º | 0.55% | 0.68% | - |
| HSV(B) | 52.09º | 0.42% | 0.85% | - |
| XYZ | 54.82 | 60.58 | 28.88 | - |
| YUV | 200.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 127 | 0 | 0.06 | 0.42 | 0.15 | 52.09 | 0.55 | 0.68 |
| Hex | DA | CE | 7F | 0 | 6 | 2A | F | 34 | 37 | 44 |
| Octal | 332 | 316 | 177 | 0 | 6 | 52 | 17 | 64 | 67 | 104 |
| Binary | 11011010 | 11001110 | 1111111 | 0 | 110 | 101010 | 1111 | 110100 | 110111 | 1000100 |
Color Harmonies of #DACE7F
Complementary color
Monochromatic Colors of #DACE7F
Black with #DACE7F
Text Example
Text Example
White with #DACE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE7F; }
p { color: rgb(218,206,127); }
H1.HeaderClassName
{
color: #DACE7F;
}
.AnyTagClassName
{
color: #DACE7F;
}
</style>
background-color css
<style>
a { background-color: #DACE7F; }
a { background-color: rgb(218,206,127); }
div.DivClassName
{
background-color: #DACE7F;
}
.BgClassName
{
background-color: #DACE7F;
}
</style>
border-color css
<style>
span { border-color: #DACE7F; }
span { border-color: rgb(218,206,127); }
td.TdClassName
{
border-color: #DACE7F;
}
.TagClassName
{
border-color: #DACE7F;
}
</style>