Html Css Color HEX #DA774E Jaffa

📋 copy color: '#DA774E'

red 218 ◦ green 119 ◦ blue 78

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

Shades of Jaffa #DA774E

Tints of Jaffa #DA774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 52.53%
G = 28.67%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA774E (or 0xDA774E) is known color: Jaffa. HEX triplet: DA, 77 and 4E. RGB value is (218,119,78). Sum of RGB (Red+Green+Blue) = 218+119+78=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA774E is #2588B1. Grayscale: #909090. Windows color (decimal): -2459826 or 5142490. OLE color: 5142490.

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

Color convert

RGB 218 119 78 -
CMYK 0 0.45 0.64 0.15
HSL 17.57º 0.65% 0.58% -
HSV(B) 17.57º 0.64% 0.85% -
XYZ 36.89 28.65 10.79 -
YUV 143.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 218 119 78 0 0.45 0.64 0.15 17.57 0.65 0.58
Hex DA 77 4E 0 2D 40 F 12 41 3A
Octal 332 167 116 0 55 100 17 22 101 72
Binary 11011010 1110111 1001110 0 101101 1000000 1111 10010 1000001 111010

Color Harmonies of #DA774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA774E

Black with #DA774E

Text Example


Text Example

White with #DA774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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