Html Css Color HEX #DC7149 Jaffa

📋 copy color: '#DC7149'

red 220 ◦ green 113 ◦ blue 73

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

Shades of Jaffa #DC7149

Tints of Jaffa #DC7149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.98%

R = 54.19%
G = 27.83%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7149 (or 0xDC7149) is known color: Jaffa. HEX triplet: DC, 71 and 49. RGB value is (220,113,73). Sum of RGB (Red+Green+Blue) = 220+113+73=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7149 is #238EB6. Grayscale: #8C8C8C. Windows color (decimal): -2330295 or 4813276. OLE color: 4813276.

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

Color convert

RGB 220 113 73 -
CMYK 0 0.49 0.67 0.14
HSL 16.33º 0.68% 0.57% -
HSV(B) 16.33º 0.67% 0.86% -
XYZ 36.62 27.51 9.68 -
YUV 140.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 220 113 73 0 0.49 0.67 0.14 16.33 0.68 0.57
Hex DC 71 49 0 31 43 E 10 44 39
Octal 334 161 111 0 61 103 16 20 104 71
Binary 11011100 1110001 1001001 0 110001 1000011 1110 10000 1000100 111001

Color Harmonies of #DC7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7149

Black with #DC7149

Text Example


Text Example

White with #DC7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7149; }

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

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

background-color css

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

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

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

border-color css

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

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

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