Html Css Color HEX #DD7047 Jaffa

📋 copy color: '#DD7047'

red 221 ◦ green 112 ◦ blue 71

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

Shades of Jaffa #DD7047

Tints of Jaffa #DD7047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

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

R = 54.7%
G = 27.72%
B = 17.57%

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

#DD7047 (or 0xDD7047) is known color: Jaffa. HEX triplet: DD, 70 and 47. RGB value is (221,112,71). Sum of RGB (Red+Green+Blue) = 221+112+71=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7047 is #228FB8. Grayscale: #8C8C8C. Windows color (decimal): -2265017 or 4681949. OLE color: 4681949.

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

Color convert

RGB 221 112 71 -
CMYK 0 0.49 0.68 0.13
HSL 16.4º 0.69% 0.57% -
HSV(B) 16.4º 0.68% 0.87% -
XYZ 36.75 27.42 9.32 -
YUV 139.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 221 112 71 0 0.49 0.68 0.13 16.4 0.69 0.57
Hex DD 70 47 0 31 44 D 10 45 39
Octal 335 160 107 0 61 104 15 20 105 71
Binary 11011101 1110000 1000111 0 110001 1000100 1101 10000 1000101 111001

Color Harmonies of #DD7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7047

Black with #DD7047

Text Example


Text Example

White with #DD7047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7047; }

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

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

background-color css

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

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

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

border-color css

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

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

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