Html Css Color HEX #DA7146 Jaffa

📋 copy color: '#DA7146'

red 218 ◦ green 113 ◦ blue 70

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

Shades of Jaffa #DA7146

Tints of Jaffa #DA7146

RGB

 RED value IS 218 (85.55% from 255) = 54.36%

 GREEN value IS 113 (44.53% from 255) = 28.18%

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

R = 54.36%
G = 28.18%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA7146 (or 0xDA7146) is known color: Jaffa. HEX triplet: DA, 71 and 46. RGB value is (218,113,70). Sum of RGB (Red+Green+Blue) = 218+113+70=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7146 is #258EB9. Grayscale: #8B8B8B. Windows color (decimal): -2461370 or 4616666. OLE color: 4616666.

HSL color Cylindrical-coordinate representation of color #DA7146: hue angle of 17.43º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA7146 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 70 -
CMYK 0 0.48 0.68 0.15
HSL 17.43º 0.67% 0.56% -
HSV(B) 17.43º 0.68% 0.85% -
XYZ 35.92 27.16 9.14 -
YUV 139.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 218 113 70 0 0.48 0.68 0.15 17.43 0.67 0.56
Hex DA 71 46 0 30 44 F 11 43 38
Octal 332 161 106 0 60 104 17 21 103 70
Binary 11011010 1110001 1000110 0 110000 1000100 1111 10001 1000011 111000

Color Harmonies of #DA7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7146

Black with #DA7146

Text Example


Text Example

White with #DA7146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7146; }

 p { color: rgb(218,113,70); }

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

background-color css

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

 a { background-color: rgb(218,113,70); }

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

border-color css

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

 span { border-color: rgb(218,113,70); }

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