Html Css Color HEX #DA7147 Jaffa

📋 copy color: '#DA7147'

red 218 ◦ green 113 ◦ blue 71

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

Shades of Jaffa #DA7147

Tints of Jaffa #DA7147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 54.23%
G = 28.11%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA7147 (or 0xDA7147) is known color: Jaffa. HEX triplet: DA, 71 and 47. RGB value is (218,113,71). Sum of RGB (Red+Green+Blue) = 218+113+71=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7147 is #258EB8. Grayscale: #8B8B8B. Windows color (decimal): -2461369 or 4682202. OLE color: 4682202.

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

Color convert

RGB 218 113 71 -
CMYK 0 0.48 0.67 0.15
HSL 17.14º 0.67% 0.57% -
HSV(B) 17.14º 0.67% 0.85% -
XYZ 35.96 27.17 9.31 -
YUV 139.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 218 113 71 0 0.48 0.67 0.15 17.14 0.67 0.57
Hex DA 71 47 0 30 43 F 11 43 39
Octal 332 161 107 0 60 103 17 21 103 71
Binary 11011010 1110001 1000111 0 110000 1000011 1111 10001 1000011 111001

Color Harmonies of #DA7147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7147

Black with #DA7147

Text Example


Text Example

White with #DA7147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7147; }

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

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

background-color css

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

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

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

border-color css

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

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

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