Html Css Color HEX #DA7745 Jaffa

📋 copy color: '#DA7745'

red 218 ◦ green 119 ◦ blue 69

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

Shades of Jaffa #DA7745

Tints of Jaffa #DA7745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

 BLUE value IS 69 (27.34% from 255) = 17%

R = 53.69%
G = 29.31%
B = 17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA7745 (or 0xDA7745) is known color: Jaffa. HEX triplet: DA, 77 and 45. RGB value is (218,119,69). Sum of RGB (Red+Green+Blue) = 218+119+69=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7745 is #2588BA. Grayscale: #8F8F8F. Windows color (decimal): -2459835 or 4552666. OLE color: 4552666.

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

Color convert

RGB 218 119 69 -
CMYK 0 0.45 0.68 0.15
HSL 20.13º 0.67% 0.56% -
HSV(B) 20.13º 0.68% 0.85% -
XYZ 36.58 28.53 9.21 -
YUV 142.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 218 119 69 0 0.45 0.68 0.15 20.13 0.67 0.56
Hex DA 77 45 0 2D 44 F 14 43 38
Octal 332 167 105 0 55 104 17 24 103 70
Binary 11011010 1110111 1000101 0 101101 1000100 1111 10100 1000011 111000

Color Harmonies of #DA7745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7745

Black with #DA7745

Text Example


Text Example

White with #DA7745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7745; }

 p { color: rgb(218,119,69); }

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

background-color css

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

 a { background-color: rgb(218,119,69); }

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

border-color css

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

 span { border-color: rgb(218,119,69); }

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