Shades of Sandwisp #DEC67E
Tints of Sandwisp #DEC67E
RGB
CMYK
RGB Variations
Color information
#DEC67E (or 0xDEC67E) is known color: Sandwisp. HEX triplet: DE, C6 and 7E. RGB value is (222,198,126). Sum of RGB (Red+Green+Blue) = 222+198+126=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC67E is #213981. Grayscale: #C5C5C5. Windows color (decimal): -2177410 or 8308446. OLE color: 8308446.
HSL color Cylindrical-coordinate representation of color #DEC67E: hue angle of 45º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEC67E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 126 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.13 |
| HSL | 45º | 0.59% | 0.68% | - |
| HSV(B) | 45º | 0.43% | 0.87% | - |
| XYZ | 54.08 | 57.42 | 27.97 | - |
| YUV | 196.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 126 | 0 | 0.11 | 0.43 | 0.13 | 45 | 0.59 | 0.68 |
| Hex | DE | C6 | 7E | 0 | B | 2B | D | 2D | 3B | 44 |
| Octal | 336 | 306 | 176 | 0 | 13 | 53 | 15 | 55 | 73 | 104 |
| Binary | 11011110 | 11000110 | 1111110 | 0 | 1011 | 101011 | 1101 | 101101 | 111011 | 1000100 |
Color Harmonies of #DEC67E
Complementary color
Monochromatic Colors of #DEC67E
Black with #DEC67E
Text Example
Text Example
White with #DEC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC67E; }
p { color: rgb(222,198,126); }
H1.HeaderClassName
{
color: #DEC67E;
}
.AnyTagClassName
{
color: #DEC67E;
}
</style>
background-color css
<style>
a { background-color: #DEC67E; }
a { background-color: rgb(222,198,126); }
div.DivClassName
{
background-color: #DEC67E;
}
.BgClassName
{
background-color: #DEC67E;
}
</style>
border-color css
<style>
span { border-color: #DEC67E; }
span { border-color: rgb(222,198,126); }
td.TdClassName
{
border-color: #DEC67E;
}
.TagClassName
{
border-color: #DEC67E;
}
</style>