Html Css Color HEX #DA7549 Jaffa

📋 copy color: '#DA7549'

red 218 ◦ green 117 ◦ blue 73

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

Shades of Jaffa #DA7549

Tints of Jaffa #DA7549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

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

R = 53.43%
G = 28.68%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA7549 (or 0xDA7549) is known color: Jaffa. HEX triplet: DA, 75 and 49. RGB value is (218,117,73). Sum of RGB (Red+Green+Blue) = 218+117+73=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7549 is #258AB6. Grayscale: #8E8E8E. Windows color (decimal): -2460343 or 4814298. OLE color: 4814298.

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

Color convert

RGB 218 117 73 -
CMYK 0 0.46 0.67 0.15
HSL 18.21º 0.66% 0.57% -
HSV(B) 18.21º 0.67% 0.85% -
XYZ 36.48 28.11 9.81 -
YUV 142.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 218 117 73 0 0.46 0.67 0.15 18.21 0.66 0.57
Hex DA 75 49 0 2E 43 F 12 42 39
Octal 332 165 111 0 56 103 17 22 102 71
Binary 11011010 1110101 1001001 0 101110 1000011 1111 10010 1000010 111001

Color Harmonies of #DA7549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7549

Black with #DA7549

Text Example


Text Example

White with #DA7549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7549; }

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

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

background-color css

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

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

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

border-color css

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

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

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