Shades of Pizazz #DE7A3D
Tints of Pizazz #DE7A3D
RGB
CMYK
RGB Variations
Color information
#DE7A3D (or 0xDE7A3D) is known color: Pizazz. HEX triplet: DE, 7A and 3D. RGB value is (222,122,61). Sum of RGB (Red+Green+Blue) = 222+122+61=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7A3D is #2185C2. Grayscale: #919191. Windows color (decimal): -2196931 or 4029150. OLE color: 4029150.
HSL color Cylindrical-coordinate representation of color #DE7A3D: hue angle of 22.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE7A3D is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 61 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.13 |
| HSL | 22.73º | 0.71% | 0.55% | - |
| HSV(B) | 22.73º | 0.73% | 0.87% | - |
| XYZ | 37.93 | 29.79 | 8.17 | - |
| YUV | 144.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 61 | 0 | 0.45 | 0.73 | 0.13 | 22.73 | 0.71 | 0.55 |
| Hex | DE | 7A | 3D | 0 | 2D | 49 | D | 17 | 47 | 37 |
| Octal | 336 | 172 | 75 | 0 | 55 | 111 | 15 | 27 | 107 | 67 |
| Binary | 11011110 | 1111010 | 111101 | 0 | 101101 | 1001001 | 1101 | 10111 | 1000111 | 110111 |
Color Harmonies of #DE7A3D
Complementary color
Monochromatic Colors of #DE7A3D
Black with #DE7A3D
Text Example
Text Example
White with #DE7A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A3D; }
p { color: rgb(222,122,61); }
H1.HeaderClassName
{
color: #DE7A3D;
}
.AnyTagClassName
{
color: #DE7A3D;
}
</style>
background-color css
<style>
a { background-color: #DE7A3D; }
a { background-color: rgb(222,122,61); }
div.DivClassName
{
background-color: #DE7A3D;
}
.BgClassName
{
background-color: #DE7A3D;
}
</style>
border-color css
<style>
span { border-color: #DE7A3D; }
span { border-color: rgb(222,122,61); }
td.TdClassName
{
border-color: #DE7A3D;
}
.TagClassName
{
border-color: #DE7A3D;
}
</style>