Shades of Sandwisp #DEC67C
Tints of Sandwisp #DEC67C
RGB
CMYK
RGB Variations
Color information
#DEC67C (or 0xDEC67C) is known color: Sandwisp. HEX triplet: DE, C6 and 7C. RGB value is (222,198,124). Sum of RGB (Red+Green+Blue) = 222+198+124=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC67C is #213983. Grayscale: #C5C5C5. Windows color (decimal): -2177412 or 8177374. OLE color: 8177374.
HSL color Cylindrical-coordinate representation of color #DEC67C: hue angle of 45.31º 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 #DEC67C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 124 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.13 |
| HSL | 45.31º | 0.6% | 0.68% | - |
| HSV(B) | 45.31º | 0.44% | 0.87% | - |
| XYZ | 53.96 | 57.37 | 27.3 | - |
| YUV | 196.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 124 | 0 | 0.11 | 0.44 | 0.13 | 45.31 | 0.6 | 0.68 |
| Hex | DE | C6 | 7C | 0 | B | 2C | D | 2D | 3C | 44 |
| Octal | 336 | 306 | 174 | 0 | 13 | 54 | 15 | 55 | 74 | 104 |
| Binary | 11011110 | 11000110 | 1111100 | 0 | 1011 | 101100 | 1101 | 101101 | 111100 | 1000100 |
Color Harmonies of #DEC67C
Complementary color
Monochromatic Colors of #DEC67C
Black with #DEC67C
Text Example
Text Example
White with #DEC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC67C; }
p { color: rgb(222,198,124); }
H1.HeaderClassName
{
color: #DEC67C;
}
.AnyTagClassName
{
color: #DEC67C;
}
</style>
background-color css
<style>
a { background-color: #DEC67C; }
a { background-color: rgb(222,198,124); }
div.DivClassName
{
background-color: #DEC67C;
}
.BgClassName
{
background-color: #DEC67C;
}
</style>
border-color css
<style>
span { border-color: #DEC67C; }
span { border-color: rgb(222,198,124); }
td.TdClassName
{
border-color: #DEC67C;
}
.TagClassName
{
border-color: #DEC67C;
}
</style>