Html Css Color HEX #DC7D4A Jaffa

📋 copy color: '#DC7D4A'

red 220 ◦ green 125 ◦ blue 74

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

Shades of Jaffa #DC7D4A

Tints of Jaffa #DC7D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.66%

R = 52.51%
G = 29.83%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC7D4A (or 0xDC7D4A) is known color: Jaffa. HEX triplet: DC, 7D and 4A. RGB value is (220,125,74). Sum of RGB (Red+Green+Blue) = 220+125+74=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D4A is #2382B5. Grayscale: #939393. Windows color (decimal): -2327222 or 4881884. OLE color: 4881884.

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

Color convert

RGB 220 125 74 -
CMYK 0 0.43 0.66 0.14
HSL 20.96º 0.68% 0.58% -
HSV(B) 20.96º 0.66% 0.86% -
XYZ 38.08 30.38 10.33 -
YUV 147.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 220 125 74 0 0.43 0.66 0.14 20.96 0.68 0.58
Hex DC 7D 4A 0 2B 42 E 15 44 3A
Octal 334 175 112 0 53 102 16 25 104 72
Binary 11011100 1111101 1001010 0 101011 1000010 1110 10101 1000100 111010

Color Harmonies of #DC7D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D4A

Black with #DC7D4A

Text Example


Text Example

White with #DC7D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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