Html Css Color HEX #DA7343 Jaffa

📋 copy color: '#DA7343'

red 218 ◦ green 115 ◦ blue 67

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

Shades of Jaffa #DA7343

Tints of Jaffa #DA7343

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

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

R = 54.5%
G = 28.75%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA7343 (or 0xDA7343) is known color: Jaffa. HEX triplet: DA, 73 and 43. RGB value is (218,115,67). Sum of RGB (Red+Green+Blue) = 218+115+67=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7343 is #258CBC. Grayscale: #8C8C8C. Windows color (decimal): -2460861 or 4420570. OLE color: 4420570.

HSL color Cylindrical-coordinate representation of color #DA7343: hue angle of 19.07º 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 #DA7343 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 67 -
CMYK 0 0.47 0.69 0.15
HSL 19.07º 0.67% 0.56% -
HSV(B) 19.07º 0.69% 0.85% -
XYZ 36.06 27.57 8.73 -
YUV 140.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 218 115 67 0 0.47 0.69 0.15 19.07 0.67 0.56
Hex DA 73 43 0 2F 45 F 13 43 38
Octal 332 163 103 0 57 105 17 23 103 70
Binary 11011010 1110011 1000011 0 101111 1000101 1111 10011 1000011 111000

Color Harmonies of #DA7343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7343

Black with #DA7343

Text Example


Text Example

White with #DA7343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7343; }

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

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

background-color css

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

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

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

border-color css

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

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

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