Shades of Sandwisp #DECA7B
Tints of Sandwisp #DECA7B
RGB
CMYK
RGB Variations
Color information
#DECA7B (or 0xDECA7B) is known color: Sandwisp. HEX triplet: DE, CA and 7B. RGB value is (222,202,123). Sum of RGB (Red+Green+Blue) = 222+202+123=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA7B is #213584. Grayscale: #C7C7C7. Windows color (decimal): -2176389 or 8112862. OLE color: 8112862.
HSL color Cylindrical-coordinate representation of color #DECA7B: hue angle of 47.88º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DECA7B is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 123 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.13 |
| HSL | 47.88º | 0.6% | 0.68% | - |
| HSV(B) | 47.88º | 0.45% | 0.87% | - |
| XYZ | 54.82 | 59.2 | 27.28 | - |
| YUV | 198.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 123 | 0 | 0.09 | 0.45 | 0.13 | 47.88 | 0.6 | 0.68 |
| Hex | DE | CA | 7B | 0 | 9 | 2D | D | 30 | 3C | 44 |
| Octal | 336 | 312 | 173 | 0 | 11 | 55 | 15 | 60 | 74 | 104 |
| Binary | 11011110 | 11001010 | 1111011 | 0 | 1001 | 101101 | 1101 | 110000 | 111100 | 1000100 |
Color Harmonies of #DECA7B
Complementary color
Monochromatic Colors of #DECA7B
Black with #DECA7B
Text Example
Text Example
White with #DECA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA7B; }
p { color: rgb(222,202,123); }
H1.HeaderClassName
{
color: #DECA7B;
}
.AnyTagClassName
{
color: #DECA7B;
}
</style>
background-color css
<style>
a { background-color: #DECA7B; }
a { background-color: rgb(222,202,123); }
div.DivClassName
{
background-color: #DECA7B;
}
.BgClassName
{
background-color: #DECA7B;
}
</style>
border-color css
<style>
span { border-color: #DECA7B; }
span { border-color: rgb(222,202,123); }
td.TdClassName
{
border-color: #DECA7B;
}
.TagClassName
{
border-color: #DECA7B;
}
</style>