Html Css Color HEX #DA784D Jaffa

📋 copy color: '#DA784D'

red 218 ◦ green 120 ◦ blue 77

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

Shades of Jaffa #DA784D

Tints of Jaffa #DA784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

 BLUE value IS 77 (30.47% from 255) = 18.55%

R = 52.53%
G = 28.92%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA784D (or 0xDA784D) is known color: Jaffa. HEX triplet: DA, 78 and 4D. RGB value is (218,120,77). Sum of RGB (Red+Green+Blue) = 218+120+77=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA784D is #2587B2. Grayscale: #909090. Windows color (decimal): -2459571 or 5077210. OLE color: 5077210.

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

Color convert

RGB 218 120 77 -
CMYK 0 0.45 0.65 0.15
HSL 18.3º 0.66% 0.58% -
HSV(B) 18.3º 0.65% 0.85% -
XYZ 36.97 28.87 10.65 -
YUV 144.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 218 120 77 0 0.45 0.65 0.15 18.3 0.66 0.58
Hex DA 78 4D 0 2D 41 F 12 42 3A
Octal 332 170 115 0 55 101 17 22 102 72
Binary 11011010 1111000 1001101 0 101101 1000001 1111 10010 1000010 111010

Color Harmonies of #DA784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA784D

Black with #DA784D

Text Example


Text Example

White with #DA784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA784D; }

 p { color: rgb(218,120,77); }

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

background-color css

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

 a { background-color: rgb(218,120,77); }

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

border-color css

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

 span { border-color: rgb(218,120,77); }

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