Html Css Color HEX #DC7745 Jaffa

📋 copy color: '#DC7745'

red 220 ◦ green 119 ◦ blue 69

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

Shades of Jaffa #DC7745

Tints of Jaffa #DC7745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

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

R = 53.92%
G = 29.17%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC7745 (or 0xDC7745) is known color: Jaffa. HEX triplet: DC, 77 and 45. RGB value is (220,119,69). Sum of RGB (Red+Green+Blue) = 220+119+69=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7745 is #2388BA. Grayscale: #8F8F8F. Windows color (decimal): -2328763 or 4552668. OLE color: 4552668.

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

Color convert

RGB 220 119 69 -
CMYK 0 0.46 0.69 0.14
HSL 19.87º 0.68% 0.57% -
HSV(B) 19.87º 0.69% 0.86% -
XYZ 37.19 28.84 9.24 -
YUV 143.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 220 119 69 0 0.46 0.69 0.14 19.87 0.68 0.57
Hex DC 77 45 0 2E 45 E 14 44 39
Octal 334 167 105 0 56 105 16 24 104 71
Binary 11011100 1110111 1000101 0 101110 1000101 1110 10100 1000100 111001

Color Harmonies of #DC7745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7745

Black with #DC7745

Text Example


Text Example

White with #DC7745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7745; }

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

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

background-color css

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

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

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

border-color css

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

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

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