Html Css Color HEX #DA7444 Jaffa

📋 copy color: '#DA7444'

red 218 ◦ green 116 ◦ blue 68

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

Shades of Jaffa #DA7444

Tints of Jaffa #DA7444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.92%

R = 54.23%
G = 28.86%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA7444 (or 0xDA7444) is known color: Jaffa. HEX triplet: DA, 74 and 44. RGB value is (218,116,68). Sum of RGB (Red+Green+Blue) = 218+116+68=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7444 is #258BBB. Grayscale: #8D8D8D. Windows color (decimal): -2460604 or 4486362. OLE color: 4486362.

HSL color Cylindrical-coordinate representation of color #DA7444: hue angle of 19.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA7444 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 68 -
CMYK 0 0.47 0.69 0.15
HSL 19.2º 0.67% 0.56% -
HSV(B) 19.2º 0.69% 0.85% -
XYZ 36.2 27.81 8.93 -
YUV 141.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 218 116 68 0 0.47 0.69 0.15 19.2 0.67 0.56
Hex DA 74 44 0 2F 45 F 13 43 38
Octal 332 164 104 0 57 105 17 23 103 70
Binary 11011010 1110100 1000100 0 101111 1000101 1111 10011 1000011 111000

Color Harmonies of #DA7444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7444

Black with #DA7444

Text Example


Text Example

White with #DA7444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7444; }

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

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

background-color css

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

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

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

border-color css

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

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

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