Html Css Color HEX #DA744F Jaffa

📋 copy color: '#DA744F'

red 218 ◦ green 116 ◦ blue 79

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

Shades of Jaffa #DA744F

Tints of Jaffa #DA744F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 52.78%
G = 28.09%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA744F (or 0xDA744F) is known color: Jaffa. HEX triplet: DA, 74 and 4F. RGB value is (218,116,79). Sum of RGB (Red+Green+Blue) = 218+116+79=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA744F is #258BB0. Grayscale: #8E8E8E. Windows color (decimal): -2460593 or 5207258. OLE color: 5207258.

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

Color convert

RGB 218 116 79 -
CMYK 0 0.47 0.64 0.15
HSL 15.97º 0.65% 0.58% -
HSV(B) 15.97º 0.64% 0.85% -
XYZ 36.57 27.96 10.87 -
YUV 142.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 218 116 79 0 0.47 0.64 0.15 15.97 0.65 0.58
Hex DA 74 4F 0 2F 40 F 10 41 3A
Octal 332 164 117 0 57 100 17 20 101 72
Binary 11011010 1110100 1001111 0 101111 1000000 1111 10000 1000001 111010

Color Harmonies of #DA744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA744F

Black with #DA744F

Text Example


Text Example

White with #DA744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA744F; }

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

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

background-color css

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

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

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

border-color css

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

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

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