Shades of Sandwisp #DEC97D
Tints of Sandwisp #DEC97D
RGB
CMYK
RGB Variations
Color information
#DEC97D (or 0xDEC97D) is known color: Sandwisp. HEX triplet: DE, C9 and 7D. RGB value is (222,201,125). Sum of RGB (Red+Green+Blue) = 222+201+125=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC97D is #213682. Grayscale: #C6C6C6. Windows color (decimal): -2176643 or 8243678. OLE color: 8243678.
HSL color Cylindrical-coordinate representation of color #DEC97D: hue angle of 47.01º 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 #DEC97D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 125 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.13 |
| HSL | 47.01º | 0.6% | 0.68% | - |
| HSV(B) | 47.01º | 0.44% | 0.87% | - |
| XYZ | 54.71 | 58.78 | 27.86 | - |
| YUV | 198.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 125 | 0 | 0.09 | 0.44 | 0.13 | 47.01 | 0.6 | 0.68 |
| Hex | DE | C9 | 7D | 0 | 9 | 2C | D | 2F | 3C | 44 |
| Octal | 336 | 311 | 175 | 0 | 11 | 54 | 15 | 57 | 74 | 104 |
| Binary | 11011110 | 11001001 | 1111101 | 0 | 1001 | 101100 | 1101 | 101111 | 111100 | 1000100 |
Color Harmonies of #DEC97D
Complementary color
Monochromatic Colors of #DEC97D
Black with #DEC97D
Text Example
Text Example
White with #DEC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC97D; }
p { color: rgb(222,201,125); }
H1.HeaderClassName
{
color: #DEC97D;
}
.AnyTagClassName
{
color: #DEC97D;
}
</style>
background-color css
<style>
a { background-color: #DEC97D; }
a { background-color: rgb(222,201,125); }
div.DivClassName
{
background-color: #DEC97D;
}
.BgClassName
{
background-color: #DEC97D;
}
</style>
border-color css
<style>
span { border-color: #DEC97D; }
span { border-color: rgb(222,201,125); }
td.TdClassName
{
border-color: #DEC97D;
}
.TagClassName
{
border-color: #DEC97D;
}
</style>