Html Css Color HEX #DA783F Jaffa

📋 copy color: '#DA783F'

red 218 ◦ green 120 ◦ blue 63

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

Shades of Jaffa #DA783F

Tints of Jaffa #DA783F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.93%

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

R = 54.36%
G = 29.93%
B = 15.71%

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

#DA783F (or 0xDA783F) is known color: Jaffa. HEX triplet: DA, 78 and 3F. RGB value is (218,120,63). Sum of RGB (Red+Green+Blue) = 218+120+63=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA783F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA783F is #2587C0. Grayscale: #8F8F8F. Windows color (decimal): -2459585 or 4159706. OLE color: 4159706.

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

Color convert

RGB 218 120 63 -
CMYK 0 0.45 0.71 0.15
HSL 22.06º 0.68% 0.55% -
HSV(B) 22.06º 0.71% 0.85% -
XYZ 36.53 28.7 8.32 -
YUV 142.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 218 120 63 0 0.45 0.71 0.15 22.06 0.68 0.55
Hex DA 78 3F 0 2D 47 F 16 44 37
Octal 332 170 77 0 55 107 17 26 104 67
Binary 11011010 1111000 111111 0 101101 1000111 1111 10110 1000100 110111

Color Harmonies of #DA783F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA783F

Black with #DA783F

Text Example


Text Example

White with #DA783F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA783F; }

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

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

background-color css

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

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

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

border-color css

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

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

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