Html Css Color HEX #DA7640 Jaffa

📋 copy color: '#DA7640'

red 218 ◦ green 118 ◦ blue 64

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

Shades of Jaffa #DA7640

Tints of Jaffa #DA7640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

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

R = 54.5%
G = 29.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA7640 (or 0xDA7640) is known color: Jaffa. HEX triplet: DA, 76 and 40. RGB value is (218,118,64). Sum of RGB (Red+Green+Blue) = 218+118+64=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7640 is #2589BF. Grayscale: #8E8E8E. Windows color (decimal): -2460096 or 4224730. OLE color: 4224730.

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

Color convert

RGB 218 118 64 -
CMYK 0 0.46 0.71 0.15
HSL 21.04º 0.68% 0.55% -
HSV(B) 21.04º 0.71% 0.85% -
XYZ 36.32 28.23 8.39 -
YUV 141.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 218 118 64 0 0.46 0.71 0.15 21.04 0.68 0.55
Hex DA 76 40 0 2E 47 F 15 44 37
Octal 332 166 100 0 56 107 17 25 104 67
Binary 11011010 1110110 1000000 0 101110 1000111 1111 10101 1000100 110111

Color Harmonies of #DA7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7640

Black with #DA7640

Text Example


Text Example

White with #DA7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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