Html Css Color HEX #DC7849 Jaffa

📋 copy color: '#DC7849'

red 220 ◦ green 120 ◦ blue 73

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

Shades of Jaffa #DC7849

Tints of Jaffa #DC7849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.06%

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

R = 53.27%
G = 29.06%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7849 (or 0xDC7849) is known color: Jaffa. HEX triplet: DC, 78 and 49. RGB value is (220,120,73). Sum of RGB (Red+Green+Blue) = 220+120+73=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7849 is #2387B6. Grayscale: #909090. Windows color (decimal): -2328503 or 4815068. OLE color: 4815068.

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

Color convert

RGB 220 120 73 -
CMYK 0 0.45 0.67 0.14
HSL 19.18º 0.68% 0.57% -
HSV(B) 19.18º 0.67% 0.86% -
XYZ 37.43 29.13 9.95 -
YUV 144.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 220 120 73 0 0.45 0.67 0.14 19.18 0.68 0.57
Hex DC 78 49 0 2D 43 E 13 44 39
Octal 334 170 111 0 55 103 16 23 104 71
Binary 11011100 1111000 1001001 0 101101 1000011 1110 10011 1000100 111001

Color Harmonies of #DC7849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7849

Black with #DC7849

Text Example


Text Example

White with #DC7849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7849; }

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

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

background-color css

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

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

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

border-color css

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

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

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