Html Css Color HEX #DD7444 Jaffa

📋 copy color: '#DD7444'

red 221 ◦ green 116 ◦ blue 68

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

Shades of Jaffa #DD7444

Tints of Jaffa #DD7444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 54.57%
G = 28.64%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD7444 (or 0xDD7444) is known color: Jaffa. HEX triplet: DD, 74 and 44. RGB value is (221,116,68). Sum of RGB (Red+Green+Blue) = 221+116+68=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7444 is #228BBB. Grayscale: #8E8E8E. Windows color (decimal): -2263996 or 4486365. OLE color: 4486365.

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

Color convert

RGB 221 116 68 -
CMYK 0 0.48 0.69 0.13
HSL 18.82º 0.69% 0.57% -
HSV(B) 18.82º 0.69% 0.87% -
XYZ 37.11 28.28 8.97 -
YUV 141.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 221 116 68 0 0.48 0.69 0.13 18.82 0.69 0.57
Hex DD 74 44 0 30 45 D 13 45 39
Octal 335 164 104 0 60 105 15 23 105 71
Binary 11011101 1110100 1000100 0 110000 1000101 1101 10011 1000101 111001

Color Harmonies of #DD7444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7444

Black with #DD7444

Text Example


Text Example

White with #DD7444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7444; }

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

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

background-color css

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

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

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

border-color css

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

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

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