Html Css Color HEX #DD7147 Jaffa

📋 copy color: '#DD7147'

red 221 ◦ green 113 ◦ blue 71

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

Shades of Jaffa #DD7147

Tints of Jaffa #DD7147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.53%

R = 54.57%
G = 27.9%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7147 (or 0xDD7147) is known color: Jaffa. HEX triplet: DD, 71 and 47. RGB value is (221,113,71). Sum of RGB (Red+Green+Blue) = 221+113+71=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7147 is #228EB8. Grayscale: #8C8C8C. Windows color (decimal): -2264761 or 4682205. OLE color: 4682205.

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

Color convert

RGB 221 113 71 -
CMYK 0 0.49 0.68 0.13
HSL 16.8º 0.69% 0.57% -
HSV(B) 16.8º 0.68% 0.87% -
XYZ 36.86 27.64 9.35 -
YUV 140.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 221 113 71 0 0.49 0.68 0.13 16.8 0.69 0.57
Hex DD 71 47 0 31 44 D 11 45 39
Octal 335 161 107 0 61 104 15 21 105 71
Binary 11011101 1110001 1000111 0 110001 1000100 1101 10001 1000101 111001

Color Harmonies of #DD7147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7147

Black with #DD7147

Text Example


Text Example

White with #DD7147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7147; }

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

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

background-color css

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

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

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

border-color css

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

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

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