Html Css Color HEX #DA774C Jaffa

📋 copy color: '#DA774C'

red 218 ◦ green 119 ◦ blue 76

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

Shades of Jaffa #DA774C

Tints of Jaffa #DA774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 52.78%
G = 28.81%
B = 18.4%

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

#DA774C (or 0xDA774C) is known color: Jaffa. HEX triplet: DA, 77 and 4C. RGB value is (218,119,76). Sum of RGB (Red+Green+Blue) = 218+119+76=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA774C is #2588B3. Grayscale: #8F8F8F. Windows color (decimal): -2459828 or 5011418. OLE color: 5011418.

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

Color convert

RGB 218 119 76 -
CMYK 0 0.45 0.65 0.15
HSL 18.17º 0.66% 0.58% -
HSV(B) 18.17º 0.65% 0.85% -
XYZ 36.81 28.62 10.42 -
YUV 143.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 218 119 76 0 0.45 0.65 0.15 18.17 0.66 0.58
Hex DA 77 4C 0 2D 41 F 12 42 3A
Octal 332 167 114 0 55 101 17 22 102 72
Binary 11011010 1110111 1001100 0 101101 1000001 1111 10010 1000010 111010

Color Harmonies of #DA774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA774C

Black with #DA774C

Text Example


Text Example

White with #DA774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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