Html Css Color HEX #DC7146 Jaffa

📋 copy color: '#DC7146'

red 220 ◦ green 113 ◦ blue 70

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

Shades of Jaffa #DC7146

Tints of Jaffa #DC7146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.37%

R = 54.59%
G = 28.04%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7146 (or 0xDC7146) is known color: Jaffa. HEX triplet: DC, 71 and 46. RGB value is (220,113,70). Sum of RGB (Red+Green+Blue) = 220+113+70=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7146 is #238EB9. Grayscale: #8C8C8C. Windows color (decimal): -2330298 or 4616668. OLE color: 4616668.

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

Color convert

RGB 220 113 70 -
CMYK 0 0.49 0.68 0.14
HSL 17.2º 0.68% 0.57% -
HSV(B) 17.2º 0.68% 0.86% -
XYZ 36.53 27.47 9.17 -
YUV 140.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 220 113 70 0 0.49 0.68 0.14 17.2 0.68 0.57
Hex DC 71 46 0 31 44 E 11 44 39
Octal 334 161 106 0 61 104 16 21 104 71
Binary 11011100 1110001 1000110 0 110001 1000100 1110 10001 1000100 111001

Color Harmonies of #DC7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7146

Black with #DC7146

Text Example


Text Example

White with #DC7146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7146; }

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

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

background-color css

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

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

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

border-color css

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

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

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