Html Css Color HEX #DA774D Jaffa

📋 copy color: '#DA774D'

red 218 ◦ green 119 ◦ blue 77

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

Shades of Jaffa #DA774D

Tints of Jaffa #DA774D

RGB

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

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

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

R = 52.66%
G = 28.74%
B = 18.6%

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

#DA774D (or 0xDA774D) is known color: Jaffa. HEX triplet: DA, 77 and 4D. RGB value is (218,119,77). Sum of RGB (Red+Green+Blue) = 218+119+77=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA774D is #2588B2. Grayscale: #909090. Windows color (decimal): -2459827 or 5076954. OLE color: 5076954.

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

Color convert

RGB 218 119 77 -
CMYK 0 0.45 0.65 0.15
HSL 17.87º 0.66% 0.58% -
HSV(B) 17.87º 0.65% 0.85% -
XYZ 36.85 28.63 10.61 -
YUV 143.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 218 119 77 0 0.45 0.65 0.15 17.87 0.66 0.58
Hex DA 77 4D 0 2D 41 F 12 42 3A
Octal 332 167 115 0 55 101 17 22 102 72
Binary 11011010 1110111 1001101 0 101101 1000001 1111 10010 1000010 111010

Color Harmonies of #DA774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA774D

Black with #DA774D

Text Example


Text Example

White with #DA774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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