Html Css Color HEX #DC7946 Jaffa

📋 copy color: '#DC7946'

red 220 ◦ green 121 ◦ blue 70

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

Shades of Jaffa #DC7946

Tints of Jaffa #DC7946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.44%

 BLUE value IS 70 (27.73% from 255) = 17.03%

R = 53.53%
G = 29.44%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7946 (or 0xDC7946) is known color: Jaffa. HEX triplet: DC, 79 and 46. RGB value is (220,121,70). Sum of RGB (Red+Green+Blue) = 220+121+70=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7946 is #2386B9. Grayscale: #919191. Windows color (decimal): -2328250 or 4618716. OLE color: 4618716.

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

Color convert

RGB 220 121 70 -
CMYK 0 0.45 0.68 0.14
HSL 20.4º 0.68% 0.57% -
HSV(B) 20.4º 0.68% 0.86% -
XYZ 37.46 29.33 9.48 -
YUV 144.79 85.8 181.65 -
System Red Green Blue C M Y K H S L
Decimal 220 121 70 0 0.45 0.68 0.14 20.4 0.68 0.57
Hex DC 79 46 0 2D 44 E 14 44 39
Octal 334 171 106 0 55 104 16 24 104 71
Binary 11011100 1111001 1000110 0 101101 1000100 1110 10100 1000100 111001

Color Harmonies of #DC7946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7946

Black with #DC7946

Text Example


Text Example

White with #DC7946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7946; }

 p { color: rgb(220,121,70); }

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

background-color css

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

 a { background-color: rgb(220,121,70); }

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

border-color css

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

 span { border-color: rgb(220,121,70); }

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