Html Css Color HEX #DA744C Jaffa

📋 copy color: '#DA744C'

red 218 ◦ green 116 ◦ blue 76

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

Shades of Jaffa #DA744C

Tints of Jaffa #DA744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.54%

R = 53.17%
G = 28.29%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA744C (or 0xDA744C) is known color: Jaffa. HEX triplet: DA, 74 and 4C. RGB value is (218,116,76). Sum of RGB (Red+Green+Blue) = 218+116+76=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA744C is #258BB3. Grayscale: #8E8E8E. Windows color (decimal): -2460596 or 5010650. OLE color: 5010650.

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

Color convert

RGB 218 116 76 -
CMYK 0 0.47 0.65 0.15
HSL 16.9º 0.66% 0.58% -
HSV(B) 16.9º 0.65% 0.85% -
XYZ 36.46 27.92 10.3 -
YUV 141.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 218 116 76 0 0.47 0.65 0.15 16.9 0.66 0.58
Hex DA 74 4C 0 2F 41 F 11 42 3A
Octal 332 164 114 0 57 101 17 21 102 72
Binary 11011010 1110100 1001100 0 101111 1000001 1111 10001 1000010 111010

Color Harmonies of #DA744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA744C

Black with #DA744C

Text Example


Text Example

White with #DA744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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