Shades of Sandwisp #DECC7E
Tints of Sandwisp #DECC7E
RGB
CMYK
RGB Variations
Color information
#DECC7E (or 0xDECC7E) is known color: Sandwisp. HEX triplet: DE, CC and 7E. RGB value is (222,204,126). Sum of RGB (Red+Green+Blue) = 222+204+126=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC7E is #213381. Grayscale: #C8C8C8. Windows color (decimal): -2175874 or 8309982. OLE color: 8309982.
HSL color Cylindrical-coordinate representation of color #DECC7E: hue angle of 48.75º 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 #DECC7E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 126 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.13 |
| HSL | 48.75º | 0.59% | 0.68% | - |
| HSV(B) | 48.75º | 0.43% | 0.87% | - |
| XYZ | 55.48 | 60.22 | 28.44 | - |
| YUV | 200.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 126 | 0 | 0.08 | 0.43 | 0.13 | 48.75 | 0.59 | 0.68 |
| Hex | DE | CC | 7E | 0 | 8 | 2B | D | 31 | 3B | 44 |
| Octal | 336 | 314 | 176 | 0 | 10 | 53 | 15 | 61 | 73 | 104 |
| Binary | 11011110 | 11001100 | 1111110 | 0 | 1000 | 101011 | 1101 | 110001 | 111011 | 1000100 |
Color Harmonies of #DECC7E
Complementary color
Monochromatic Colors of #DECC7E
Black with #DECC7E
Text Example
Text Example
White with #DECC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC7E; }
p { color: rgb(222,204,126); }
H1.HeaderClassName
{
color: #DECC7E;
}
.AnyTagClassName
{
color: #DECC7E;
}
</style>
background-color css
<style>
a { background-color: #DECC7E; }
a { background-color: rgb(222,204,126); }
div.DivClassName
{
background-color: #DECC7E;
}
.BgClassName
{
background-color: #DECC7E;
}
</style>
border-color css
<style>
span { border-color: #DECC7E; }
span { border-color: rgb(222,204,126); }
td.TdClassName
{
border-color: #DECC7E;
}
.TagClassName
{
border-color: #DECC7E;
}
</style>