Shades of Pizazz #DF763A
Tints of Pizazz #DF763A
RGB
CMYK
RGB Variations
Color information
#DF763A (or 0xDF763A) is known color: Pizazz. HEX triplet: DF, 76 and 3A. RGB value is (223,118,58). Sum of RGB (Red+Green+Blue) = 223+118+58=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF763A is #2089C5. Grayscale: #8E8E8E. Windows color (decimal): -2132422 or 3831519. OLE color: 3831519.
HSL color Cylindrical-coordinate representation of color #DF763A: hue angle of 21.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF763A is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 58 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.13 |
| HSL | 21.82º | 0.72% | 0.55% | - |
| HSV(B) | 21.82º | 0.74% | 0.87% | - |
| XYZ | 37.67 | 28.95 | 7.61 | - |
| YUV | 142.56 | 80.29 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 58 | 0 | 0.47 | 0.74 | 0.13 | 21.82 | 0.72 | 0.55 |
| Hex | DF | 76 | 3A | 0 | 2F | 4A | D | 16 | 48 | 37 |
| Octal | 337 | 166 | 72 | 0 | 57 | 112 | 15 | 26 | 110 | 67 |
| Binary | 11011111 | 1110110 | 111010 | 0 | 101111 | 1001010 | 1101 | 10110 | 1001000 | 110111 |
Color Harmonies of #DF763A
Complementary color
Monochromatic Colors of #DF763A
Black with #DF763A
Text Example
Text Example
White with #DF763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF763A; }
p { color: rgb(223,118,58); }
H1.HeaderClassName
{
color: #DF763A;
}
.AnyTagClassName
{
color: #DF763A;
}
</style>
background-color css
<style>
a { background-color: #DF763A; }
a { background-color: rgb(223,118,58); }
div.DivClassName
{
background-color: #DF763A;
}
.BgClassName
{
background-color: #DF763A;
}
</style>
border-color css
<style>
span { border-color: #DF763A; }
span { border-color: rgb(223,118,58); }
td.TdClassName
{
border-color: #DF763A;
}
.TagClassName
{
border-color: #DF763A;
}
</style>