Html Css Color HEX #DC7746 Jaffa

📋 copy color: '#DC7746'

red 220 ◦ green 119 ◦ blue 70

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

Shades of Jaffa #DC7746

Tints of Jaffa #DC7746

RGB

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

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

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

R = 53.79%
G = 29.1%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7746 (or 0xDC7746) is known color: Jaffa. HEX triplet: DC, 77 and 46. RGB value is (220,119,70). Sum of RGB (Red+Green+Blue) = 220+119+70=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7746 is #2388B9. Grayscale: #8F8F8F. Windows color (decimal): -2328762 or 4618204. OLE color: 4618204.

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

Color convert

RGB 220 119 70 -
CMYK 0 0.46 0.68 0.14
HSL 19.6º 0.68% 0.57% -
HSV(B) 19.6º 0.68% 0.86% -
XYZ 37.22 28.85 9.4 -
YUV 143.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 220 119 70 0 0.46 0.68 0.14 19.6 0.68 0.57
Hex DC 77 46 0 2E 44 E 14 44 39
Octal 334 167 106 0 56 104 16 24 104 71
Binary 11011100 1110111 1000110 0 101110 1000100 1110 10100 1000100 111001

Color Harmonies of #DC7746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7746

Black with #DC7746

Text Example


Text Example

White with #DC7746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7746; }

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

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

background-color css

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

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

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

border-color css

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

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

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