Html Css Color HEX #DD7347 Jaffa

📋 copy color: '#DD7347'

red 221 ◦ green 115 ◦ blue 71

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

Shades of Jaffa #DD7347

Tints of Jaffa #DD7347

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 54.3%
G = 28.26%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7347 (or 0xDD7347) is known color: Jaffa. HEX triplet: DD, 73 and 47. RGB value is (221,115,71). Sum of RGB (Red+Green+Blue) = 221+115+71=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7347 is #228CB8. Grayscale: #8D8D8D. Windows color (decimal): -2264249 or 4682717. OLE color: 4682717.

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

Color convert

RGB 221 115 71 -
CMYK 0 0.48 0.68 0.13
HSL 17.6º 0.69% 0.57% -
HSV(B) 17.6º 0.68% 0.87% -
XYZ 37.09 28.09 9.43 -
YUV 141.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 221 115 71 0 0.48 0.68 0.13 17.6 0.69 0.57
Hex DD 73 47 0 30 44 D 12 45 39
Octal 335 163 107 0 60 104 15 22 105 71
Binary 11011101 1110011 1000111 0 110000 1000100 1101 10010 1000101 111001

Color Harmonies of #DD7347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7347

Black with #DD7347

Text Example


Text Example

White with #DD7347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7347; }

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

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

background-color css

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

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

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

border-color css

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

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

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