Html Css Color HEX #DA7249 Jaffa

📋 copy color: '#DA7249'

red 218 ◦ green 114 ◦ blue 73

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

Shades of Jaffa #DA7249

Tints of Jaffa #DA7249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 53.83%
G = 28.15%
B = 18.02%

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

#DA7249 (or 0xDA7249) is known color: Jaffa. HEX triplet: DA, 72 and 49. RGB value is (218,114,73). Sum of RGB (Red+Green+Blue) = 218+114+73=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7249 is #258DB6. Grayscale: #8C8C8C. Windows color (decimal): -2461111 or 4813530. OLE color: 4813530.

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

Color convert

RGB 218 114 73 -
CMYK 0 0.48 0.67 0.15
HSL 16.97º 0.66% 0.57% -
HSV(B) 16.97º 0.67% 0.85% -
XYZ 36.13 27.42 9.69 -
YUV 140.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 218 114 73 0 0.48 0.67 0.15 16.97 0.66 0.57
Hex DA 72 49 0 30 43 F 11 42 39
Octal 332 162 111 0 60 103 17 21 102 71
Binary 11011010 1110010 1001001 0 110000 1000011 1111 10001 1000010 111001

Color Harmonies of #DA7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7249

Black with #DA7249

Text Example


Text Example

White with #DA7249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7249; }

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

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

background-color css

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

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

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

border-color css

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

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

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