Html Css Color HEX #DA773D Jaffa

📋 copy color: '#DA773D'

red 218 ◦ green 119 ◦ blue 61

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

Shades of Jaffa #DA773D

Tints of Jaffa #DA773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.33%

R = 54.77%
G = 29.9%
B = 15.33%

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

#DA773D (or 0xDA773D) is known color: Jaffa. HEX triplet: DA, 77 and 3D. RGB value is (218,119,61). Sum of RGB (Red+Green+Blue) = 218+119+61=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA773D is #2588C2. Grayscale: #8E8E8E. Windows color (decimal): -2459843 or 4028378. OLE color: 4028378.

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

Color convert

RGB 218 119 61 -
CMYK 0 0.45 0.72 0.15
HSL 22.17º 0.68% 0.55% -
HSV(B) 22.17º 0.72% 0.85% -
XYZ 36.35 28.44 7.99 -
YUV 141.99 82.3 182.22 -
System Red Green Blue C M Y K H S L
Decimal 218 119 61 0 0.45 0.72 0.15 22.17 0.68 0.55
Hex DA 77 3D 0 2D 48 F 16 44 37
Octal 332 167 75 0 55 110 17 26 104 67
Binary 11011010 1110111 111101 0 101101 1001000 1111 10110 1000100 110111

Color Harmonies of #DA773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA773D

Black with #DA773D

Text Example


Text Example

White with #DA773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA773D; }

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

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

background-color css

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

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

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

border-color css

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

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

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