Html Css Color HEX #DA773C Jaffa

📋 copy color: '#DA773C'

red 218 ◦ green 119 ◦ blue 60

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

Shades of Jaffa #DA773C

Tints of Jaffa #DA773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 54.91%
G = 29.97%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA773C (or 0xDA773C) is known color: Jaffa. HEX triplet: DA, 77 and 3C. RGB value is (218,119,60). Sum of RGB (Red+Green+Blue) = 218+119+60=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA773C is #2588C3. Grayscale: #8E8E8E. Windows color (decimal): -2459844 or 3962842. OLE color: 3962842.

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

Color convert

RGB 218 119 60 -
CMYK 0 0.45 0.72 0.15
HSL 22.41º 0.68% 0.55% -
HSV(B) 22.41º 0.72% 0.85% -
XYZ 36.33 28.43 7.85 -
YUV 141.88 81.8 182.3 -
System Red Green Blue C M Y K H S L
Decimal 218 119 60 0 0.45 0.72 0.15 22.41 0.68 0.55
Hex DA 77 3C 0 2D 48 F 16 44 37
Octal 332 167 74 0 55 110 17 26 104 67
Binary 11011010 1110111 111100 0 101101 1001000 1111 10110 1000100 110111

Color Harmonies of #DA773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA773C

Black with #DA773C

Text Example


Text Example

White with #DA773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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