Html Css Color HEX #DF773B Pizazz

📋 copy color: '#DF773B'

red 223 ◦ green 119 ◦ blue 59

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

Shades of Pizazz #DF773B

Tints of Pizazz #DF773B

RGB

 RED value IS 223 (87.5% from 255) = 55.61%

 GREEN value IS 119 (46.88% from 255) = 29.68%

 BLUE value IS 59 (23.44% from 255) = 14.71%

R = 55.61%
G = 29.68%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF773B (or 0xDF773B) is known color: Pizazz. HEX triplet: DF, 77 and 3B. RGB value is (223,119,59). Sum of RGB (Red+Green+Blue) = 223+119+59=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF773B is #2088C4. Grayscale: #8F8F8F. Windows color (decimal): -2132165 or 3897311. OLE color: 3897311.

HSL color Cylindrical-coordinate representation of color #DF773B: hue angle of 21.95º 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 #DF773B is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 59 -
CMYK 0 0.47 0.74 0.13
HSL 21.95º 0.72% 0.55% -
HSV(B) 21.95º 0.74% 0.87% -
XYZ 37.82 29.2 7.78 -
YUV 143.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 223 119 59 0 0.47 0.74 0.13 21.95 0.72 0.55
Hex DF 77 3B 0 2F 4A D 16 48 37
Octal 337 167 73 0 57 112 15 26 110 67
Binary 11011111 1110111 111011 0 101111 1001010 1101 10110 1001000 110111

Color Harmonies of #DF773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF773B

Black with #DF773B

Text Example


Text Example

White with #DF773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF773B; }

 p { color: rgb(223,119,59); }

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

background-color css

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

 a { background-color: rgb(223,119,59); }

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

border-color css

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

 span { border-color: rgb(223,119,59); }

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