Html Css Color HEX #DA7949 Jaffa

📋 copy color: '#DA7949'

red 218 ◦ green 121 ◦ blue 73

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

Shades of Jaffa #DA7949

Tints of Jaffa #DA7949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

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

R = 52.91%
G = 29.37%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA7949 (or 0xDA7949) is known color: Jaffa. HEX triplet: DA, 79 and 49. RGB value is (218,121,73). Sum of RGB (Red+Green+Blue) = 218+121+73=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7949 is #2586B6. Grayscale: #909090. Windows color (decimal): -2459319 or 4815322. OLE color: 4815322.

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

Color convert

RGB 218 121 73 -
CMYK 0 0.44 0.67 0.15
HSL 19.86º 0.66% 0.57% -
HSV(B) 19.86º 0.67% 0.85% -
XYZ 36.95 29.06 9.97 -
YUV 144.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 218 121 73 0 0.44 0.67 0.15 19.86 0.66 0.57
Hex DA 79 49 0 2C 43 F 14 42 39
Octal 332 171 111 0 54 103 17 24 102 71
Binary 11011010 1111001 1001001 0 101100 1000011 1111 10100 1000010 111001

Color Harmonies of #DA7949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7949

Black with #DA7949

Text Example


Text Example

White with #DA7949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7949; }

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

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

background-color css

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

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

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

border-color css

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

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

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