Html Css Color HEX #DA7049 Jaffa

📋 copy color: '#DA7049'

red 218 ◦ green 112 ◦ blue 73

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

Shades of Jaffa #DA7049

Tints of Jaffa #DA7049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 54.09%
G = 27.79%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA7049 (or 0xDA7049) is known color: Jaffa. HEX triplet: DA, 70 and 49. RGB value is (218,112,73). Sum of RGB (Red+Green+Blue) = 218+112+73=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7049 is #258FB6. Grayscale: #8B8B8B. Windows color (decimal): -2461623 or 4813018. OLE color: 4813018.

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

Color convert

RGB 218 112 73 -
CMYK 0 0.49 0.67 0.15
HSL 16.14º 0.66% 0.57% -
HSV(B) 16.14º 0.67% 0.85% -
XYZ 35.91 26.97 9.62 -
YUV 139.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 218 112 73 0 0.49 0.67 0.15 16.14 0.66 0.57
Hex DA 70 49 0 31 43 F 10 42 39
Octal 332 160 111 0 61 103 17 20 102 71
Binary 11011010 1110000 1001001 0 110001 1000011 1111 10000 1000010 111001

Color Harmonies of #DA7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7049

Black with #DA7049

Text Example


Text Example

White with #DA7049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7049; }

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

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

background-color css

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

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

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

border-color css

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

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

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