Html Css Color HEX #DD7334 Tango

📋 copy color: '#DD7334'

red 221 ◦ green 115 ◦ blue 52

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

Shades of Tango #DD7334

Tints of Tango #DD7334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.64%

 BLUE value IS 52 (20.7% from 255) = 13.4%

R = 56.96%
G = 29.64%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7334 (or 0xDD7334) is known color: Tango. HEX triplet: DD, 73 and 34. RGB value is (221,115,52). Sum of RGB (Red+Green+Blue) = 221+115+52=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7334 is #228CCB. Grayscale: #8B8B8B. Windows color (decimal): -2264268 or 3437533. OLE color: 3437533.

HSL color Cylindrical-coordinate representation of color #DD7334: hue angle of 22.37º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7334 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 52 -
CMYK 0 0.48 0.76 0.13
HSL 22.37º 0.71% 0.54% -
HSV(B) 22.37º 0.76% 0.87% -
XYZ 36.57 27.88 6.7 -
YUV 139.51 78.62 186.12 -
System Red Green Blue C M Y K H S L
Decimal 221 115 52 0 0.48 0.76 0.13 22.37 0.71 0.54
Hex DD 73 34 0 30 4C D 16 47 36
Octal 335 163 64 0 60 114 15 26 107 66
Binary 11011101 1110011 110100 0 110000 1001100 1101 10110 1000111 110110

Color Harmonies of #DD7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7334

Black with #DD7334

Text Example


Text Example

White with #DD7334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7334; }

 p { color: rgb(221,115,52); }

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

background-color css

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

 a { background-color: rgb(221,115,52); }

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

border-color css

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

 span { border-color: rgb(221,115,52); }

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