Html Css Color HEX #DA7340 Jaffa

📋 copy color: '#DA7340'

red 218 ◦ green 115 ◦ blue 64

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

Shades of Jaffa #DA7340

Tints of Jaffa #DA7340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 54.91%
G = 28.97%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA7340 (or 0xDA7340) is known color: Jaffa. HEX triplet: DA, 73 and 40. RGB value is (218,115,64). Sum of RGB (Red+Green+Blue) = 218+115+64=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7340 is #258CBF. Grayscale: #8C8C8C. Windows color (decimal): -2460864 or 4223962. OLE color: 4223962.

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

Color convert

RGB 218 115 64 -
CMYK 0 0.47 0.71 0.15
HSL 19.87º 0.68% 0.55% -
HSV(B) 19.87º 0.71% 0.85% -
XYZ 35.97 27.54 8.27 -
YUV 139.98 85.12 183.65 -
System Red Green Blue C M Y K H S L
Decimal 218 115 64 0 0.47 0.71 0.15 19.87 0.68 0.55
Hex DA 73 40 0 2F 47 F 14 44 37
Octal 332 163 100 0 57 107 17 24 104 67
Binary 11011010 1110011 1000000 0 101111 1000111 1111 10100 1000100 110111

Color Harmonies of #DA7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7340

Black with #DA7340

Text Example


Text Example

White with #DA7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7340; }

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

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

background-color css

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

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

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

border-color css

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

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

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