Shades of Sandwisp #DECA7D
Tints of Sandwisp #DECA7D
RGB
CMYK
RGB Variations
Color information
#DECA7D (or 0xDECA7D) is known color: Sandwisp. HEX triplet: DE, CA and 7D. RGB value is (222,202,125). Sum of RGB (Red+Green+Blue) = 222+202+125=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA7D is #213582. Grayscale: #C7C7C7. Windows color (decimal): -2176387 or 8243934. OLE color: 8243934.
HSL color Cylindrical-coordinate representation of color #DECA7D: hue angle of 47.63º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DECA7D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 125 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.13 |
| HSL | 47.63º | 0.6% | 0.68% | - |
| HSV(B) | 47.63º | 0.44% | 0.87% | - |
| XYZ | 54.95 | 59.25 | 27.94 | - |
| YUV | 199.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 125 | 0 | 0.09 | 0.44 | 0.13 | 47.63 | 0.6 | 0.68 |
| Hex | DE | CA | 7D | 0 | 9 | 2C | D | 30 | 3C | 44 |
| Octal | 336 | 312 | 175 | 0 | 11 | 54 | 15 | 60 | 74 | 104 |
| Binary | 11011110 | 11001010 | 1111101 | 0 | 1001 | 101100 | 1101 | 110000 | 111100 | 1000100 |
Color Harmonies of #DECA7D
Complementary color
Monochromatic Colors of #DECA7D
Black with #DECA7D
Text Example
Text Example
White with #DECA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA7D; }
p { color: rgb(222,202,125); }
H1.HeaderClassName
{
color: #DECA7D;
}
.AnyTagClassName
{
color: #DECA7D;
}
</style>
background-color css
<style>
a { background-color: #DECA7D; }
a { background-color: rgb(222,202,125); }
div.DivClassName
{
background-color: #DECA7D;
}
.BgClassName
{
background-color: #DECA7D;
}
</style>
border-color css
<style>
span { border-color: #DECA7D; }
span { border-color: rgb(222,202,125); }
td.TdClassName
{
border-color: #DECA7D;
}
.TagClassName
{
border-color: #DECA7D;
}
</style>