Html Css Color HEX #DC7346 Jaffa

📋 copy color: '#DC7346'

red 220 ◦ green 115 ◦ blue 70

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

Shades of Jaffa #DC7346

Tints of Jaffa #DC7346

RGB

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

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

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

R = 54.32%
G = 28.4%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7346 (or 0xDC7346) is known color: Jaffa. HEX triplet: DC, 73 and 46. RGB value is (220,115,70). Sum of RGB (Red+Green+Blue) = 220+115+70=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7346 is #238CB9. Grayscale: #8D8D8D. Windows color (decimal): -2329786 or 4617180. OLE color: 4617180.

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

Color convert

RGB 220 115 70 -
CMYK 0 0.48 0.68 0.14
HSL 18º 0.68% 0.57% -
HSV(B) 18º 0.68% 0.86% -
XYZ 36.75 27.92 9.25 -
YUV 141.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 220 115 70 0 0.48 0.68 0.14 18 0.68 0.57
Hex DC 73 46 0 30 44 E 12 44 39
Octal 334 163 106 0 60 104 16 22 104 71
Binary 11011100 1110011 1000110 0 110000 1000100 1110 10010 1000100 111001

Color Harmonies of #DC7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7346

Black with #DC7346

Text Example


Text Example

White with #DC7346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7346; }

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

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

background-color css

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

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

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

border-color css

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

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

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