Shades of Sandwisp #DACF7C
Tints of Sandwisp #DACF7C
RGB
CMYK
RGB Variations
Color information
#DACF7C (or 0xDACF7C) is known color: Sandwisp. HEX triplet: DA, CF and 7C. RGB value is (218,207,124). Sum of RGB (Red+Green+Blue) = 218+207+124=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF7C is #253083. Grayscale: #C9C9C9. Windows color (decimal): -2437252 or 8179674. OLE color: 8179674.
HSL color Cylindrical-coordinate representation of color #DACF7C: hue angle of 52.98º 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 #DACF7C is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 124 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.15 |
| HSL | 52.98º | 0.56% | 0.67% | - |
| HSV(B) | 52.98º | 0.43% | 0.85% | - |
| XYZ | 54.86 | 60.99 | 27.95 | - |
| YUV | 200.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 124 | 0 | 0.05 | 0.43 | 0.15 | 52.98 | 0.56 | 0.67 |
| Hex | DA | CF | 7C | 0 | 5 | 2B | F | 35 | 38 | 43 |
| Octal | 332 | 317 | 174 | 0 | 5 | 53 | 17 | 65 | 70 | 103 |
| Binary | 11011010 | 11001111 | 1111100 | 0 | 101 | 101011 | 1111 | 110101 | 111000 | 1000011 |
Color Harmonies of #DACF7C
Complementary color
Monochromatic Colors of #DACF7C
Black with #DACF7C
Text Example
Text Example
White with #DACF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF7C; }
p { color: rgb(218,207,124); }
H1.HeaderClassName
{
color: #DACF7C;
}
.AnyTagClassName
{
color: #DACF7C;
}
</style>
background-color css
<style>
a { background-color: #DACF7C; }
a { background-color: rgb(218,207,124); }
div.DivClassName
{
background-color: #DACF7C;
}
.BgClassName
{
background-color: #DACF7C;
}
</style>
border-color css
<style>
span { border-color: #DACF7C; }
span { border-color: rgb(218,207,124); }
td.TdClassName
{
border-color: #DACF7C;
}
.TagClassName
{
border-color: #DACF7C;
}
</style>