Html Css Color HEX #DD793D Pizazz

📋 copy color: '#DD793D'

red 221 ◦ green 121 ◦ blue 61

#DD793D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pizazz #DD793D

Tints of Pizazz #DD793D

RGB

 RED value IS 221 (86.72% from 255) = 54.84%

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 54.84%
G = 30.02%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD793D (or 0xDD793D) is known color: Pizazz. HEX triplet: DD, 79 and 3D. RGB value is (221,121,61). Sum of RGB (Red+Green+Blue) = 221+121+61=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD793D is #2286C2. Grayscale: #909090. Windows color (decimal): -2262723 or 4028893. OLE color: 4028893.

HSL color Cylindrical-coordinate representation of color #DD793D: hue angle of 22.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD793D is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 61 -
CMYK 0 0.45 0.72 0.13
HSL 22.5º 0.7% 0.55% -
HSV(B) 22.5º 0.72% 0.87% -
XYZ 37.5 29.38 8.11 -
YUV 144.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 221 121 61 0 0.45 0.72 0.13 22.5 0.7 0.55
Hex DD 79 3D 0 2D 48 D 16 46 37
Octal 335 171 75 0 55 110 15 26 106 67
Binary 11011101 1111001 111101 0 101101 1001000 1101 10110 1000110 110111

Color Harmonies of #DD793D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD793D

Black with #DD793D

Text Example


Text Example

White with #DD793D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD793D; }

 p { color: rgb(221,121,61); }

 H1.HeaderClassName
 {
   color: #DD793D;
 }
 .AnyTagClassName
 {
   color: #DD793D;
 }
</style>

background-color css

<style>
 a { background-color: #DD793D; }

 a { background-color: rgb(221,121,61); }

 div.DivClassName
 {
   background-color: #DD793D;
 }
 .BgClassName
 {
   background-color: #DD793D;
 }
</style>

border-color css

<style>
 span { border-color: #DD793D; }

 span { border-color: rgb(221,121,61); }

 td.TdClassName
 {
   border-color: #DD793D;
 }
 .TagClassName
 {
   border-color: #DD793D;
 }
</style>