Shades of Sandwisp #DECA7F
Tints of Sandwisp #DECA7F
RGB
CMYK
RGB Variations
Color information
#DECA7F (or 0xDECA7F) is known color: Sandwisp. HEX triplet: DE, CA and 7F. RGB value is (222,202,127). Sum of RGB (Red+Green+Blue) = 222+202+127=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA7F is #213580. Grayscale: #C7C7C7. Windows color (decimal): -2176385 or 8375006. OLE color: 8375006.
HSL color Cylindrical-coordinate representation of color #DECA7F: hue angle of 47.37º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DECA7F is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 127 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.13 |
| HSL | 47.37º | 0.59% | 0.68% | - |
| HSV(B) | 47.37º | 0.43% | 0.87% | - |
| XYZ | 55.08 | 59.3 | 28.62 | - |
| YUV | 199.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 127 | 0 | 0.09 | 0.43 | 0.13 | 47.37 | 0.59 | 0.68 |
| Hex | DE | CA | 7F | 0 | 9 | 2B | D | 2F | 3B | 44 |
| Octal | 336 | 312 | 177 | 0 | 11 | 53 | 15 | 57 | 73 | 104 |
| Binary | 11011110 | 11001010 | 1111111 | 0 | 1001 | 101011 | 1101 | 101111 | 111011 | 1000100 |
Color Harmonies of #DECA7F
Complementary color
Monochromatic Colors of #DECA7F
Black with #DECA7F
Text Example
Text Example
White with #DECA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA7F; }
p { color: rgb(222,202,127); }
H1.HeaderClassName
{
color: #DECA7F;
}
.AnyTagClassName
{
color: #DECA7F;
}
</style>
background-color css
<style>
a { background-color: #DECA7F; }
a { background-color: rgb(222,202,127); }
div.DivClassName
{
background-color: #DECA7F;
}
.BgClassName
{
background-color: #DECA7F;
}
</style>
border-color css
<style>
span { border-color: #DECA7F; }
span { border-color: rgb(222,202,127); }
td.TdClassName
{
border-color: #DECA7F;
}
.TagClassName
{
border-color: #DECA7F;
}
</style>