Html Css Color HEX #DA793F Jaffa

📋 copy color: '#DA793F'

red 218 ◦ green 121 ◦ blue 63

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

Shades of Jaffa #DA793F

Tints of Jaffa #DA793F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.1%

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

R = 54.23%
G = 30.1%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA793F (or 0xDA793F) is known color: Jaffa. HEX triplet: DA, 79 and 3F. RGB value is (218,121,63). Sum of RGB (Red+Green+Blue) = 218+121+63=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA793F is #2586C0. Grayscale: #8F8F8F. Windows color (decimal): -2459329 or 4159962. OLE color: 4159962.

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

Color convert

RGB 218 121 63 -
CMYK 0 0.44 0.71 0.15
HSL 22.45º 0.68% 0.55% -
HSV(B) 22.45º 0.71% 0.85% -
XYZ 36.65 28.94 8.36 -
YUV 143.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 218 121 63 0 0.44 0.71 0.15 22.45 0.68 0.55
Hex DA 79 3F 0 2C 47 F 16 44 37
Octal 332 171 77 0 54 107 17 26 104 67
Binary 11011010 1111001 111111 0 101100 1000111 1111 10110 1000100 110111

Color Harmonies of #DA793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA793F

Black with #DA793F

Text Example


Text Example

White with #DA793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA793F; }

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

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

background-color css

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

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

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

border-color css

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

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

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