Html Css Color HEX #DA744A Jaffa

📋 copy color: '#DA744A'

red 218 ◦ green 116 ◦ blue 74

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

Shades of Jaffa #DA744A

Tints of Jaffa #DA744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 53.43%
G = 28.43%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA744A (or 0xDA744A) is known color: Jaffa. HEX triplet: DA, 74 and 4A. RGB value is (218,116,74). Sum of RGB (Red+Green+Blue) = 218+116+74=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA744A is #258BB5. Grayscale: #8D8D8D. Windows color (decimal): -2460598 or 4879578. OLE color: 4879578.

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

Color convert

RGB 218 116 74 -
CMYK 0 0.47 0.66 0.15
HSL 17.5º 0.66% 0.57% -
HSV(B) 17.5º 0.66% 0.85% -
XYZ 36.39 27.89 9.94 -
YUV 141.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 218 116 74 0 0.47 0.66 0.15 17.5 0.66 0.57
Hex DA 74 4A 0 2F 42 F 12 42 39
Octal 332 164 112 0 57 102 17 22 102 71
Binary 11011010 1110100 1001010 0 101111 1000010 1111 10010 1000010 111001

Color Harmonies of #DA744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA744A

Black with #DA744A

Text Example


Text Example

White with #DA744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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