Html Css Color HEX #DC7D49 Jaffa

📋 copy color: '#DC7D49'

red 220 ◦ green 125 ◦ blue 73

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

Shades of Jaffa #DC7D49

Tints of Jaffa #DC7D49

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 52.63%
G = 29.9%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7D49 (or 0xDC7D49) is known color: Jaffa. HEX triplet: DC, 7D and 49. RGB value is (220,125,73). Sum of RGB (Red+Green+Blue) = 220+125+73=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D49 is #2382B6. Grayscale: #939393. Windows color (decimal): -2327223 or 4816348. OLE color: 4816348.

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

Color convert

RGB 220 125 73 -
CMYK 0 0.43 0.67 0.14
HSL 21.22º 0.68% 0.57% -
HSV(B) 21.22º 0.67% 0.86% -
XYZ 38.05 30.36 10.16 -
YUV 147.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 220 125 73 0 0.43 0.67 0.14 21.22 0.68 0.57
Hex DC 7D 49 0 2B 43 E 15 44 39
Octal 334 175 111 0 53 103 16 25 104 71
Binary 11011100 1111101 1001001 0 101011 1000011 1110 10101 1000100 111001

Color Harmonies of #DC7D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D49

Black with #DC7D49

Text Example


Text Example

White with #DC7D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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