Html Css Color HEX #DA744D Jaffa

📋 copy color: '#DA744D'

red 218 ◦ green 116 ◦ blue 77

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

Shades of Jaffa #DA744D

Tints of Jaffa #DA744D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 53.04%
G = 28.22%
B = 18.73%

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

#DA744D (or 0xDA744D) is known color: Jaffa. HEX triplet: DA, 74 and 4D. RGB value is (218,116,77). Sum of RGB (Red+Green+Blue) = 218+116+77=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA744D is #258BB2. Grayscale: #8E8E8E. Windows color (decimal): -2460595 or 5076186. OLE color: 5076186.

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

Color convert

RGB 218 116 77 -
CMYK 0 0.47 0.65 0.15
HSL 16.6º 0.66% 0.58% -
HSV(B) 16.6º 0.65% 0.85% -
XYZ 36.5 27.93 10.49 -
YUV 142.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 218 116 77 0 0.47 0.65 0.15 16.6 0.66 0.58
Hex DA 74 4D 0 2F 41 F 11 42 3A
Octal 332 164 115 0 57 101 17 21 102 72
Binary 11011010 1110100 1001101 0 101111 1000001 1111 10001 1000010 111010

Color Harmonies of #DA744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA744D

Black with #DA744D

Text Example


Text Example

White with #DA744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA744D; }

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

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

background-color css

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

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

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

border-color css

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

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

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