Html Css Color HEX #DA744B Jaffa

📋 copy color: '#DA744B'

red 218 ◦ green 116 ◦ blue 75

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

Shades of Jaffa #DA744B

Tints of Jaffa #DA744B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.34%

R = 53.3%
G = 28.36%
B = 18.34%

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

#DA744B (or 0xDA744B) is known color: Jaffa. HEX triplet: DA, 74 and 4B. RGB value is (218,116,75). Sum of RGB (Red+Green+Blue) = 218+116+75=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA744B is #258BB4. Grayscale: #8E8E8E. Windows color (decimal): -2460597 or 4945114. OLE color: 4945114.

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

Color convert

RGB 218 116 75 -
CMYK 0 0.47 0.66 0.15
HSL 17.2º 0.66% 0.57% -
HSV(B) 17.2º 0.66% 0.85% -
XYZ 36.43 27.9 10.12 -
YUV 141.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 218 116 75 0 0.47 0.66 0.15 17.2 0.66 0.57
Hex DA 74 4B 0 2F 42 F 11 42 39
Octal 332 164 113 0 57 102 17 21 102 71
Binary 11011010 1110100 1001011 0 101111 1000010 1111 10001 1000010 111001

Color Harmonies of #DA744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA744B

Black with #DA744B

Text Example


Text Example

White with #DA744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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