Shades of Sandwisp #DEC87B
Tints of Sandwisp #DEC87B
RGB
CMYK
RGB Variations
Color information
#DEC87B (or 0xDEC87B) is known color: Sandwisp. HEX triplet: DE, C8 and 7B. RGB value is (222,200,123). Sum of RGB (Red+Green+Blue) = 222+200+123=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC87B is #213784. Grayscale: #C6C6C6. Windows color (decimal): -2176901 or 8112350. OLE color: 8112350.
HSL color Cylindrical-coordinate representation of color #DEC87B: hue angle of 46.67º 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 #DEC87B is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 123 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.13 |
| HSL | 46.67º | 0.6% | 0.68% | - |
| HSV(B) | 46.67º | 0.45% | 0.87% | - |
| XYZ | 54.35 | 58.27 | 27.12 | - |
| YUV | 197.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 123 | 0 | 0.10 | 0.45 | 0.13 | 46.67 | 0.6 | 0.68 |
| Hex | DE | C8 | 7B | 0 | A | 2D | D | 2F | 3C | 44 |
| Octal | 336 | 310 | 173 | 0 | 12 | 55 | 15 | 57 | 74 | 104 |
| Binary | 11011110 | 11001000 | 1111011 | 0 | 1010 | 101101 | 1101 | 101111 | 111100 | 1000100 |
Color Harmonies of #DEC87B
Complementary color
Monochromatic Colors of #DEC87B
Black with #DEC87B
Text Example
Text Example
White with #DEC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC87B; }
p { color: rgb(222,200,123); }
H1.HeaderClassName
{
color: #DEC87B;
}
.AnyTagClassName
{
color: #DEC87B;
}
</style>
background-color css
<style>
a { background-color: #DEC87B; }
a { background-color: rgb(222,200,123); }
div.DivClassName
{
background-color: #DEC87B;
}
.BgClassName
{
background-color: #DEC87B;
}
</style>
border-color css
<style>
span { border-color: #DEC87B; }
span { border-color: rgb(222,200,123); }
td.TdClassName
{
border-color: #DEC87B;
}
.TagClassName
{
border-color: #DEC87B;
}
</style>