Shades of Sandwisp #DACF7B
Tints of Sandwisp #DACF7B
RGB
CMYK
RGB Variations
Color information
#DACF7B (or 0xDACF7B) is known color: Sandwisp. HEX triplet: DA, CF and 7B. RGB value is (218,207,123). Sum of RGB (Red+Green+Blue) = 218+207+123=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF7B is #253084. Grayscale: #C9C9C9. Windows color (decimal): -2437253 or 8114138. OLE color: 8114138.
HSL color Cylindrical-coordinate representation of color #DACF7B: hue angle of 53.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DACF7B is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 123 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.15 |
| HSL | 53.05º | 0.56% | 0.67% | - |
| HSV(B) | 53.05º | 0.44% | 0.85% | - |
| XYZ | 54.8 | 60.96 | 27.62 | - |
| YUV | 200.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 123 | 0 | 0.05 | 0.44 | 0.15 | 53.05 | 0.56 | 0.67 |
| Hex | DA | CF | 7B | 0 | 5 | 2C | F | 35 | 38 | 43 |
| Octal | 332 | 317 | 173 | 0 | 5 | 54 | 17 | 65 | 70 | 103 |
| Binary | 11011010 | 11001111 | 1111011 | 0 | 101 | 101100 | 1111 | 110101 | 111000 | 1000011 |
Color Harmonies of #DACF7B
Complementary color
Monochromatic Colors of #DACF7B
Black with #DACF7B
Text Example
Text Example
White with #DACF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF7B; }
p { color: rgb(218,207,123); }
H1.HeaderClassName
{
color: #DACF7B;
}
.AnyTagClassName
{
color: #DACF7B;
}
</style>
background-color css
<style>
a { background-color: #DACF7B; }
a { background-color: rgb(218,207,123); }
div.DivClassName
{
background-color: #DACF7B;
}
.BgClassName
{
background-color: #DACF7B;
}
</style>
border-color css
<style>
span { border-color: #DACF7B; }
span { border-color: rgb(218,207,123); }
td.TdClassName
{
border-color: #DACF7B;
}
.TagClassName
{
border-color: #DACF7B;
}
</style>