Html Css Color HEX #DC7147 Jaffa

📋 copy color: '#DC7147'

red 220 ◦ green 113 ◦ blue 71

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

Shades of Jaffa #DC7147

Tints of Jaffa #DC7147

RGB

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

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

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

R = 54.46%
G = 27.97%
B = 17.57%

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

#DC7147 (or 0xDC7147) is known color: Jaffa. HEX triplet: DC, 71 and 47. RGB value is (220,113,71). Sum of RGB (Red+Green+Blue) = 220+113+71=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7147 is #238EB8. Grayscale: #8C8C8C. Windows color (decimal): -2330297 or 4682204. OLE color: 4682204.

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

Color convert

RGB 220 113 71 -
CMYK 0 0.49 0.68 0.14
HSL 16.91º 0.68% 0.57% -
HSV(B) 16.91º 0.68% 0.86% -
XYZ 36.56 27.48 9.34 -
YUV 140.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 220 113 71 0 0.49 0.68 0.14 16.91 0.68 0.57
Hex DC 71 47 0 31 44 E 11 44 39
Octal 334 161 107 0 61 104 16 21 104 71
Binary 11011100 1110001 1000111 0 110001 1000100 1110 10001 1000100 111001

Color Harmonies of #DC7147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7147

Black with #DC7147

Text Example


Text Example

White with #DC7147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7147; }

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

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

background-color css

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

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

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

border-color css

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

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

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