Shades of Pizazz #DD773B
Tints of Pizazz #DD773B
RGB
CMYK
RGB Variations
Color information
#DD773B (or 0xDD773B) is known color: Pizazz. HEX triplet: DD, 77 and 3B. RGB value is (221,119,59). Sum of RGB (Red+Green+Blue) = 221+119+59=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD773B is #2288C4. Grayscale: #8F8F8F. Windows color (decimal): -2263237 or 3897309. OLE color: 3897309.
HSL color Cylindrical-coordinate representation of color #DD773B: hue angle of 22.22º degrees, saturation: 0.7, 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 #DD773B is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 59 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.13 |
| HSL | 22.22º | 0.7% | 0.55% | - |
| HSV(B) | 22.22º | 0.73% | 0.87% | - |
| XYZ | 37.21 | 28.88 | 7.75 | - |
| YUV | 142.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 59 | 0 | 0.46 | 0.73 | 0.13 | 22.22 | 0.7 | 0.55 |
| Hex | DD | 77 | 3B | 0 | 2E | 49 | D | 16 | 46 | 37 |
| Octal | 335 | 167 | 73 | 0 | 56 | 111 | 15 | 26 | 106 | 67 |
| Binary | 11011101 | 1110111 | 111011 | 0 | 101110 | 1001001 | 1101 | 10110 | 1000110 | 110111 |
Color Harmonies of #DD773B
Complementary color
Monochromatic Colors of #DD773B
Black with #DD773B
Text Example
Text Example
White with #DD773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD773B; }
p { color: rgb(221,119,59); }
H1.HeaderClassName
{
color: #DD773B;
}
.AnyTagClassName
{
color: #DD773B;
}
</style>
background-color css
<style>
a { background-color: #DD773B; }
a { background-color: rgb(221,119,59); }
div.DivClassName
{
background-color: #DD773B;
}
.BgClassName
{
background-color: #DD773B;
}
</style>
border-color css
<style>
span { border-color: #DD773B; }
span { border-color: rgb(221,119,59); }
td.TdClassName
{
border-color: #DD773B;
}
.TagClassName
{
border-color: #DD773B;
}
</style>