Html Css Color HEX #DA774F Jaffa

📋 copy color: '#DA774F'

red 218 ◦ green 119 ◦ blue 79

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

Shades of Jaffa #DA774F

Tints of Jaffa #DA774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 52.4%
G = 28.61%
B = 18.99%

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

#DA774F (or 0xDA774F) is known color: Jaffa. HEX triplet: DA, 77 and 4F. RGB value is (218,119,79). Sum of RGB (Red+Green+Blue) = 218+119+79=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA774F is #2588B0. Grayscale: #909090. Windows color (decimal): -2459825 or 5208026. OLE color: 5208026.

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

Color convert

RGB 218 119 79 -
CMYK 0 0.45 0.64 0.15
HSL 17.27º 0.65% 0.58% -
HSV(B) 17.27º 0.64% 0.85% -
XYZ 36.92 28.66 10.98 -
YUV 144.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 218 119 79 0 0.45 0.64 0.15 17.27 0.65 0.58
Hex DA 77 4F 0 2D 40 F 11 41 3A
Octal 332 167 117 0 55 100 17 21 101 72
Binary 11011010 1110111 1001111 0 101101 1000000 1111 10001 1000001 111010

Color Harmonies of #DA774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA774F

Black with #DA774F

Text Example


Text Example

White with #DA774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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