Html Css Color HEX #DA7143 Jaffa

📋 copy color: '#DA7143'

red 218 ◦ green 113 ◦ blue 67

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

Shades of Jaffa #DA7143

Tints of Jaffa #DA7143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.83%

R = 54.77%
G = 28.39%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA7143 (or 0xDA7143) is known color: Jaffa. HEX triplet: DA, 71 and 43. RGB value is (218,113,67). Sum of RGB (Red+Green+Blue) = 218+113+67=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7143 is #258EBC. Grayscale: #8B8B8B. Windows color (decimal): -2461373 or 4420058. OLE color: 4420058.

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

Color convert

RGB 218 113 67 -
CMYK 0 0.48 0.69 0.15
HSL 18.28º 0.67% 0.56% -
HSV(B) 18.28º 0.69% 0.85% -
XYZ 35.83 27.12 8.66 -
YUV 139.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 218 113 67 0 0.48 0.69 0.15 18.28 0.67 0.56
Hex DA 71 43 0 30 45 F 12 43 38
Octal 332 161 103 0 60 105 17 22 103 70
Binary 11011010 1110001 1000011 0 110000 1000101 1111 10010 1000011 111000

Color Harmonies of #DA7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7143

Black with #DA7143

Text Example


Text Example

White with #DA7143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7143; }

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

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

background-color css

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

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

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

border-color css

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

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

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