Html Css Color HEX #DC7749 Jaffa

📋 copy color: '#DC7749'

red 220 ◦ green 119 ◦ blue 73

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

Shades of Jaffa #DC7749

Tints of Jaffa #DC7749

RGB

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

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

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

R = 53.4%
G = 28.88%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7749 (or 0xDC7749) is known color: Jaffa. HEX triplet: DC, 77 and 49. RGB value is (220,119,73). Sum of RGB (Red+Green+Blue) = 220+119+73=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7749 is #2388B6. Grayscale: #909090. Windows color (decimal): -2328759 or 4814812. OLE color: 4814812.

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

Color convert

RGB 220 119 73 -
CMYK 0 0.46 0.67 0.14
HSL 18.78º 0.68% 0.57% -
HSV(B) 18.78º 0.67% 0.86% -
XYZ 37.31 28.89 9.91 -
YUV 143.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 220 119 73 0 0.46 0.67 0.14 18.78 0.68 0.57
Hex DC 77 49 0 2E 43 E 13 44 39
Octal 334 167 111 0 56 103 16 23 104 71
Binary 11011100 1110111 1001001 0 101110 1000011 1110 10011 1000100 111001

Color Harmonies of #DC7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7749

Black with #DC7749

Text Example


Text Example

White with #DC7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7749; }

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

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

background-color css

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

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

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

border-color css

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

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

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