Html Css Color HEX #DA7750 Jaffa

📋 copy color: '#DA7750'

red 218 ◦ green 119 ◦ blue 80

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

Shades of Jaffa #DA7750

Tints of Jaffa #DA7750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 52.28%
G = 28.54%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA7750 (or 0xDA7750) is known color: Jaffa. HEX triplet: DA, 77 and 50. RGB value is (218,119,80). Sum of RGB (Red+Green+Blue) = 218+119+80=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7750 is #2588AF. Grayscale: #909090. Windows color (decimal): -2459824 or 5273562. OLE color: 5273562.

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

Color convert

RGB 218 119 80 -
CMYK 0 0.45 0.63 0.15
HSL 16.96º 0.65% 0.58% -
HSV(B) 16.96º 0.63% 0.85% -
XYZ 36.96 28.68 11.18 -
YUV 144.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 218 119 80 0 0.45 0.63 0.15 16.96 0.65 0.58
Hex DA 77 50 0 2D 3F F 11 41 3A
Octal 332 167 120 0 55 77 17 21 101 72
Binary 11011010 1110111 1010000 0 101101 111111 1111 10001 1000001 111010

Color Harmonies of #DA7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7750

Black with #DA7750

Text Example


Text Example

White with #DA7750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7750; }

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

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

background-color css

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

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

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

border-color css

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

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

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