Shades of Pizazz #DF7C40
Tints of Pizazz #DF7C40
RGB
CMYK
RGB Variations
Color information
#DF7C40 (or 0xDF7C40) is known color: Pizazz. HEX triplet: DF, 7C and 40. RGB value is (223,124,64). Sum of RGB (Red+Green+Blue) = 223+124+64=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7C40 is #2083BF. Grayscale: #939393. Windows color (decimal): -2130880 or 4226271. OLE color: 4226271.
HSL color Cylindrical-coordinate representation of color #DF7C40: hue angle of 22.64º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF7C40 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 64 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.13 |
| HSL | 22.64º | 0.71% | 0.56% | - |
| HSV(B) | 22.64º | 0.71% | 0.87% | - |
| XYZ | 38.56 | 30.47 | 8.7 | - |
| YUV | 146.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 64 | 0 | 0.44 | 0.71 | 0.13 | 22.64 | 0.71 | 0.56 |
| Hex | DF | 7C | 40 | 0 | 2C | 47 | D | 17 | 47 | 38 |
| Octal | 337 | 174 | 100 | 0 | 54 | 107 | 15 | 27 | 107 | 70 |
| Binary | 11011111 | 1111100 | 1000000 | 0 | 101100 | 1000111 | 1101 | 10111 | 1000111 | 111000 |
Color Harmonies of #DF7C40
Complementary color
Monochromatic Colors of #DF7C40
Black with #DF7C40
Text Example
Text Example
White with #DF7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C40; }
p { color: rgb(223,124,64); }
H1.HeaderClassName
{
color: #DF7C40;
}
.AnyTagClassName
{
color: #DF7C40;
}
</style>
background-color css
<style>
a { background-color: #DF7C40; }
a { background-color: rgb(223,124,64); }
div.DivClassName
{
background-color: #DF7C40;
}
.BgClassName
{
background-color: #DF7C40;
}
</style>
border-color css
<style>
span { border-color: #DF7C40; }
span { border-color: rgb(223,124,64); }
td.TdClassName
{
border-color: #DF7C40;
}
.TagClassName
{
border-color: #DF7C40;
}
</style>