Html Css Color HEX #DC7345 Jaffa

📋 copy color: '#DC7345'

red 220 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #DC7345

Tints of Jaffa #DC7345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 54.46%
G = 28.47%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC7345 (or 0xDC7345) is known color: Jaffa. HEX triplet: DC, 73 and 45. RGB value is (220,115,69). Sum of RGB (Red+Green+Blue) = 220+115+69=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7345 is #238CBA. Grayscale: #8D8D8D. Windows color (decimal): -2329787 or 4551644. OLE color: 4551644.

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

Color convert

RGB 220 115 69 -
CMYK 0 0.48 0.69 0.14
HSL 18.28º 0.68% 0.57% -
HSV(B) 18.28º 0.69% 0.86% -
XYZ 36.72 27.91 9.08 -
YUV 141.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 220 115 69 0 0.48 0.69 0.14 18.28 0.68 0.57
Hex DC 73 45 0 30 45 E 12 44 39
Octal 334 163 105 0 60 105 16 22 104 71
Binary 11011100 1110011 1000101 0 110000 1000101 1110 10010 1000100 111001

Color Harmonies of #DC7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7345

Black with #DC7345

Text Example


Text Example

White with #DC7345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7345; }

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

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

background-color css

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

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

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

border-color css

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

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

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