Html Css Color HEX #DD7149 Jaffa

📋 copy color: '#DD7149'

red 221 ◦ green 113 ◦ blue 73

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

Shades of Jaffa #DD7149

Tints of Jaffa #DD7149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

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

R = 54.3%
G = 27.76%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7149 (or 0xDD7149) is known color: Jaffa. HEX triplet: DD, 71 and 49. RGB value is (221,113,73). Sum of RGB (Red+Green+Blue) = 221+113+73=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7149 is #228EB6. Grayscale: #8D8D8D. Windows color (decimal): -2264759 or 4813277. OLE color: 4813277.

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

Color convert

RGB 221 113 73 -
CMYK 0 0.49 0.67 0.13
HSL 16.22º 0.69% 0.58% -
HSV(B) 16.22º 0.67% 0.87% -
XYZ 36.93 27.66 9.7 -
YUV 140.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 221 113 73 0 0.49 0.67 0.13 16.22 0.69 0.58
Hex DD 71 49 0 31 43 D 10 45 3A
Octal 335 161 111 0 61 103 15 20 105 72
Binary 11011101 1110001 1001001 0 110001 1000011 1101 10000 1000101 111010

Color Harmonies of #DD7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7149

Black with #DD7149

Text Example


Text Example

White with #DD7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7149; }

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

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

background-color css

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

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

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

border-color css

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

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

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