Html Css Color HEX #DA7547 Jaffa

📋 copy color: '#DA7547'

red 218 ◦ green 117 ◦ blue 71

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

Shades of Jaffa #DA7547

Tints of Jaffa #DA7547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 53.69%
G = 28.82%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA7547 (or 0xDA7547) is known color: Jaffa. HEX triplet: DA, 75 and 47. RGB value is (218,117,71). Sum of RGB (Red+Green+Blue) = 218+117+71=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7547 is #258AB8. Grayscale: #8E8E8E. Windows color (decimal): -2460345 or 4683226. OLE color: 4683226.

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

Color convert

RGB 218 117 71 -
CMYK 0 0.46 0.67 0.15
HSL 18.78º 0.67% 0.57% -
HSV(B) 18.78º 0.67% 0.85% -
XYZ 36.41 28.08 9.46 -
YUV 141.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 218 117 71 0 0.46 0.67 0.15 18.78 0.67 0.57
Hex DA 75 47 0 2E 43 F 13 43 39
Octal 332 165 107 0 56 103 17 23 103 71
Binary 11011010 1110101 1000111 0 101110 1000011 1111 10011 1000011 111001

Color Harmonies of #DA7547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7547

Black with #DA7547

Text Example


Text Example

White with #DA7547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7547; }

 p { color: rgb(218,117,71); }

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

background-color css

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

 a { background-color: rgb(218,117,71); }

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

border-color css

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

 span { border-color: rgb(218,117,71); }

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