Html Css Color HEX #DF794D Jaffa

📋 copy color: '#DF794D'

red 223 ◦ green 121 ◦ blue 77

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

Shades of Jaffa #DF794D

Tints of Jaffa #DF794D

RGB

 RED value IS 223 (87.5% from 255) = 52.97%

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

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 52.97%
G = 28.74%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF794D (or 0xDF794D) is known color: Jaffa. HEX triplet: DF, 79 and 4D. RGB value is (223,121,77). Sum of RGB (Red+Green+Blue) = 223+121+77=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF794D is #2086B2. Grayscale: #929292. Windows color (decimal): -2131635 or 5077471. OLE color: 5077471.

HSL color Cylindrical-coordinate representation of color #DF794D: hue angle of 18.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF794D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 121 77 -
CMYK 0 0.46 0.65 0.13
HSL 18.08º 0.7% 0.59% -
HSV(B) 18.08º 0.65% 0.87% -
XYZ 38.61 29.9 10.76 -
YUV 146.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 223 121 77 0 0.46 0.65 0.13 18.08 0.7 0.59
Hex DF 79 4D 0 2E 41 D 12 46 3B
Octal 337 171 115 0 56 101 15 22 106 73
Binary 11011111 1111001 1001101 0 101110 1000001 1101 10010 1000110 111011

Color Harmonies of #DF794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF794D

Black with #DF794D

Text Example


Text Example

White with #DF794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF794D; }

 p { color: rgb(223,121,77); }

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

background-color css

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

 a { background-color: rgb(223,121,77); }

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

border-color css

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

 span { border-color: rgb(223,121,77); }

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