Html Css Color HEX #DC7144 Jaffa

📋 copy color: '#DC7144'

red 220 ◦ green 113 ◦ blue 68

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

Shades of Jaffa #DC7144

Tints of Jaffa #DC7144

RGB

 RED value IS 220 (86.33% from 255) = 54.86%

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

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 54.86%
G = 28.18%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC7144 (or 0xDC7144) is known color: Jaffa. HEX triplet: DC, 71 and 44. RGB value is (220,113,68). Sum of RGB (Red+Green+Blue) = 220+113+68=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7144 is #238EBB. Grayscale: #8C8C8C. Windows color (decimal): -2330300 or 4485596. OLE color: 4485596.

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

Color convert

RGB 220 113 68 -
CMYK 0 0.49 0.69 0.14
HSL 17.76º 0.68% 0.56% -
HSV(B) 17.76º 0.69% 0.86% -
XYZ 36.46 27.44 8.84 -
YUV 139.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 220 113 68 0 0.49 0.69 0.14 17.76 0.68 0.56
Hex DC 71 44 0 31 45 E 12 44 38
Octal 334 161 104 0 61 105 16 22 104 70
Binary 11011100 1110001 1000100 0 110001 1000101 1110 10010 1000100 111000

Color Harmonies of #DC7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7144

Black with #DC7144

Text Example


Text Example

White with #DC7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7144; }

 p { color: rgb(220,113,68); }

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

background-color css

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

 a { background-color: rgb(220,113,68); }

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

border-color css

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

 span { border-color: rgb(220,113,68); }

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