Html Css Color HEX #DA7940 Jaffa

📋 copy color: '#DA7940'

red 218 ◦ green 121 ◦ blue 64

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

Shades of Jaffa #DA7940

Tints of Jaffa #DA7940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 54.09%
G = 30.02%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA7940 (or 0xDA7940) is known color: Jaffa. HEX triplet: DA, 79 and 40. RGB value is (218,121,64). Sum of RGB (Red+Green+Blue) = 218+121+64=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7940 is #2586BF. Grayscale: #8F8F8F. Windows color (decimal): -2459328 or 4225498. OLE color: 4225498.

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

Color convert

RGB 218 121 64 -
CMYK 0 0.44 0.71 0.15
HSL 22.21º 0.68% 0.55% -
HSV(B) 22.21º 0.71% 0.85% -
XYZ 36.68 28.95 8.51 -
YUV 143.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 218 121 64 0 0.44 0.71 0.15 22.21 0.68 0.55
Hex DA 79 40 0 2C 47 F 16 44 37
Octal 332 171 100 0 54 107 17 26 104 67
Binary 11011010 1111001 1000000 0 101100 1000111 1111 10110 1000100 110111

Color Harmonies of #DA7940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7940

Black with #DA7940

Text Example


Text Example

White with #DA7940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7940; }

 p { color: rgb(218,121,64); }

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

background-color css

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

 a { background-color: rgb(218,121,64); }

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

border-color css

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

 span { border-color: rgb(218,121,64); }

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