Html Css Color HEX #DF794E Jaffa

📋 copy color: '#DF794E'

red 223 ◦ green 121 ◦ blue 78

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

Shades of Jaffa #DF794E

Tints of Jaffa #DF794E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.48%

R = 52.84%
G = 28.67%
B = 18.48%

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

#DF794E (or 0xDF794E) is known color: Jaffa. HEX triplet: DF, 79 and 4E. RGB value is (223,121,78). Sum of RGB (Red+Green+Blue) = 223+121+78=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF794E is #2086B1. Grayscale: #929292. Windows color (decimal): -2131634 or 5143007. OLE color: 5143007.

HSL color Cylindrical-coordinate representation of color #DF794E: hue angle of 17.79º degrees, saturation: 0.69, 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 #DF794E is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 121 78 -
CMYK 0 0.46 0.65 0.13
HSL 17.79º 0.69% 0.59% -
HSV(B) 17.79º 0.65% 0.87% -
XYZ 38.64 29.91 10.94 -
YUV 146.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 223 121 78 0 0.46 0.65 0.13 17.79 0.69 0.59
Hex DF 79 4E 0 2E 41 D 12 45 3B
Octal 337 171 116 0 56 101 15 22 105 73
Binary 11011111 1111001 1001110 0 101110 1000001 1101 10010 1000101 111011

Color Harmonies of #DF794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF794E

Black with #DF794E

Text Example


Text Example

White with #DF794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF794E; }

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

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

background-color css

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

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

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

border-color css

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

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

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