Html Css Color HEX #DA773F Jaffa

📋 copy color: '#DA773F'

red 218 ◦ green 119 ◦ blue 63

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

Shades of Jaffa #DA773F

Tints of Jaffa #DA773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 54.5%
G = 29.75%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA773F (or 0xDA773F) is known color: Jaffa. HEX triplet: DA, 77 and 3F. RGB value is (218,119,63). Sum of RGB (Red+Green+Blue) = 218+119+63=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA773F is #2588C0. Grayscale: #8E8E8E. Windows color (decimal): -2459841 or 4159450. OLE color: 4159450.

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

Color convert

RGB 218 119 63 -
CMYK 0 0.45 0.71 0.15
HSL 21.68º 0.68% 0.55% -
HSV(B) 21.68º 0.71% 0.85% -
XYZ 36.41 28.46 8.28 -
YUV 142.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 218 119 63 0 0.45 0.71 0.15 21.68 0.68 0.55
Hex DA 77 3F 0 2D 47 F 16 44 37
Octal 332 167 77 0 55 107 17 26 104 67
Binary 11011010 1110111 111111 0 101101 1000111 1111 10110 1000100 110111

Color Harmonies of #DA773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA773F

Black with #DA773F

Text Example


Text Example

White with #DA773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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