Html Css Color HEX #DD7143 Jaffa

📋 copy color: '#DD7143'

red 221 ◦ green 113 ◦ blue 67

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

Shades of Jaffa #DD7143

Tints of Jaffa #DD7143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.71%

R = 55.11%
G = 28.18%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD7143 (or 0xDD7143) is known color: Jaffa. HEX triplet: DD, 71 and 43. RGB value is (221,113,67). Sum of RGB (Red+Green+Blue) = 221+113+67=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7143 is #228EBC. Grayscale: #8C8C8C. Windows color (decimal): -2264765 or 4420061. OLE color: 4420061.

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

Color convert

RGB 221 113 67 -
CMYK 0 0.49 0.70 0.13
HSL 17.92º 0.69% 0.56% -
HSV(B) 17.92º 0.7% 0.87% -
XYZ 36.74 27.59 8.7 -
YUV 140.05 86.78 185.74 -
System Red Green Blue C M Y K H S L
Decimal 221 113 67 0 0.49 0.70 0.13 17.92 0.69 0.56
Hex DD 71 43 0 31 46 D 12 45 38
Octal 335 161 103 0 61 106 15 22 105 70
Binary 11011101 1110001 1000011 0 110001 1000110 1101 10010 1000101 111000

Color Harmonies of #DD7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7143

Black with #DD7143

Text Example


Text Example

White with #DD7143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7143; }

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

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

background-color css

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

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

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

border-color css

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

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

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