Shades of Sandwisp #DEC97B
Tints of Sandwisp #DEC97B
RGB
CMYK
RGB Variations
Color information
#DEC97B (or 0xDEC97B) is known color: Sandwisp. HEX triplet: DE, C9 and 7B. RGB value is (222,201,123). Sum of RGB (Red+Green+Blue) = 222+201+123=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC97B is #213684. Grayscale: #C6C6C6. Windows color (decimal): -2176645 or 8112606. OLE color: 8112606.
HSL color Cylindrical-coordinate representation of color #DEC97B: hue angle of 47.27º 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 #DEC97B is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 123 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.13 |
| HSL | 47.27º | 0.6% | 0.68% | - |
| HSV(B) | 47.27º | 0.45% | 0.87% | - |
| XYZ | 54.59 | 58.73 | 27.2 | - |
| YUV | 198.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 123 | 0 | 0.09 | 0.45 | 0.13 | 47.27 | 0.6 | 0.68 |
| Hex | DE | C9 | 7B | 0 | 9 | 2D | D | 2F | 3C | 44 |
| Octal | 336 | 311 | 173 | 0 | 11 | 55 | 15 | 57 | 74 | 104 |
| Binary | 11011110 | 11001001 | 1111011 | 0 | 1001 | 101101 | 1101 | 101111 | 111100 | 1000100 |
Color Harmonies of #DEC97B
Complementary color
Monochromatic Colors of #DEC97B
Black with #DEC97B
Text Example
Text Example
White with #DEC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC97B; }
p { color: rgb(222,201,123); }
H1.HeaderClassName
{
color: #DEC97B;
}
.AnyTagClassName
{
color: #DEC97B;
}
</style>
background-color css
<style>
a { background-color: #DEC97B; }
a { background-color: rgb(222,201,123); }
div.DivClassName
{
background-color: #DEC97B;
}
.BgClassName
{
background-color: #DEC97B;
}
</style>
border-color css
<style>
span { border-color: #DEC97B; }
span { border-color: rgb(222,201,123); }
td.TdClassName
{
border-color: #DEC97B;
}
.TagClassName
{
border-color: #DEC97B;
}
</style>