Html Css Color HEX #DA7449 Jaffa

📋 copy color: '#DA7449'

red 218 ◦ green 116 ◦ blue 73

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

Shades of Jaffa #DA7449

Tints of Jaffa #DA7449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

 BLUE value IS 73 (28.91% from 255) = 17.94%

R = 53.56%
G = 28.5%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA7449 (or 0xDA7449) is known color: Jaffa. HEX triplet: DA, 74 and 49. RGB value is (218,116,73). Sum of RGB (Red+Green+Blue) = 218+116+73=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7449 is #258BB6. Grayscale: #8D8D8D. Windows color (decimal): -2460599 or 4814042. OLE color: 4814042.

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

Color convert

RGB 218 116 73 -
CMYK 0 0.47 0.67 0.15
HSL 17.79º 0.66% 0.57% -
HSV(B) 17.79º 0.67% 0.85% -
XYZ 36.36 27.88 9.77 -
YUV 141.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 218 116 73 0 0.47 0.67 0.15 17.79 0.66 0.57
Hex DA 74 49 0 2F 43 F 12 42 39
Octal 332 164 111 0 57 103 17 22 102 71
Binary 11011010 1110100 1001001 0 101111 1000011 1111 10010 1000010 111001

Color Harmonies of #DA7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7449

Black with #DA7449

Text Example


Text Example

White with #DA7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7449; }

 p { color: rgb(218,116,73); }

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

background-color css

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

 a { background-color: rgb(218,116,73); }

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

border-color css

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

 span { border-color: rgb(218,116,73); }

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