Html Css Color HEX #DA7950 Jaffa

📋 copy color: '#DA7950'

red 218 ◦ green 121 ◦ blue 80

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

Shades of Jaffa #DA7950

Tints of Jaffa #DA7950

RGB

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

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

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

R = 52.03%
G = 28.88%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA7950 (or 0xDA7950) is known color: Jaffa. HEX triplet: DA, 79 and 50. RGB value is (218,121,80). Sum of RGB (Red+Green+Blue) = 218+121+80=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7950 is #2586AF. Grayscale: #919191. Windows color (decimal): -2459312 or 5274074. OLE color: 5274074.

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

Color convert

RGB 218 121 80 -
CMYK 0 0.44 0.63 0.15
HSL 17.83º 0.65% 0.58% -
HSV(B) 17.83º 0.63% 0.85% -
XYZ 37.2 29.16 11.26 -
YUV 145.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 218 121 80 0 0.44 0.63 0.15 17.83 0.65 0.58
Hex DA 79 50 0 2C 3F F 12 41 3A
Octal 332 171 120 0 54 77 17 22 101 72
Binary 11011010 1111001 1010000 0 101100 111111 1111 10010 1000001 111010

Color Harmonies of #DA7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7950

Black with #DA7950

Text Example


Text Example

White with #DA7950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7950; }

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

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

background-color css

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

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

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

border-color css

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

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

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