Html Css Color HEX #DD7449 Jaffa

📋 copy color: '#DD7449'

red 221 ◦ green 116 ◦ blue 73

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

Shades of Jaffa #DD7449

Tints of Jaffa #DD7449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 53.9%
G = 28.29%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7449 (or 0xDD7449) is known color: Jaffa. HEX triplet: DD, 74 and 49. RGB value is (221,116,73). Sum of RGB (Red+Green+Blue) = 221+116+73=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7449 is #228BB6. Grayscale: #8E8E8E. Windows color (decimal): -2263991 or 4814045. OLE color: 4814045.

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

Color convert

RGB 221 116 73 -
CMYK 0 0.48 0.67 0.13
HSL 17.43º 0.69% 0.58% -
HSV(B) 17.43º 0.67% 0.87% -
XYZ 37.27 28.34 9.81 -
YUV 142.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 221 116 73 0 0.48 0.67 0.13 17.43 0.69 0.58
Hex DD 74 49 0 30 43 D 11 45 3A
Octal 335 164 111 0 60 103 15 21 105 72
Binary 11011101 1110100 1001001 0 110000 1000011 1101 10001 1000101 111010

Color Harmonies of #DD7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7449

Black with #DD7449

Text Example


Text Example

White with #DD7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7449; }

 p { color: rgb(221,116,73); }

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

background-color css

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

 a { background-color: rgb(221,116,73); }

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

border-color css

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

 span { border-color: rgb(221,116,73); }

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