Html Css Color HEX #DC7349 Jaffa

📋 copy color: '#DC7349'

red 220 ◦ green 115 ◦ blue 73

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

Shades of Jaffa #DC7349

Tints of Jaffa #DC7349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 53.92%
G = 28.19%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7349 (or 0xDC7349) is known color: Jaffa. HEX triplet: DC, 73 and 49. RGB value is (220,115,73). Sum of RGB (Red+Green+Blue) = 220+115+73=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7349 is #238CB6. Grayscale: #8D8D8D. Windows color (decimal): -2329783 or 4813788. OLE color: 4813788.

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

Color convert

RGB 220 115 73 -
CMYK 0 0.48 0.67 0.14
HSL 17.14º 0.68% 0.57% -
HSV(B) 17.14º 0.67% 0.86% -
XYZ 36.85 27.96 9.76 -
YUV 141.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 220 115 73 0 0.48 0.67 0.14 17.14 0.68 0.57
Hex DC 73 49 0 30 43 E 11 44 39
Octal 334 163 111 0 60 103 16 21 104 71
Binary 11011100 1110011 1001001 0 110000 1000011 1110 10001 1000100 111001

Color Harmonies of #DC7349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7349

Black with #DC7349

Text Example


Text Example

White with #DC7349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7349; }

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

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

background-color css

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

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

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

border-color css

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

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

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