Html Css Color HEX #DF794B Jaffa

📋 copy color: '#DF794B'

red 223 ◦ green 121 ◦ blue 75

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

Shades of Jaffa #DF794B

Tints of Jaffa #DF794B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 53.22%
G = 28.88%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF794B (or 0xDF794B) is known color: Jaffa. HEX triplet: DF, 79 and 4B. RGB value is (223,121,75). Sum of RGB (Red+Green+Blue) = 223+121+75=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF794B is #2086B4. Grayscale: #929292. Windows color (decimal): -2131637 or 4946399. OLE color: 4946399.

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

Color convert

RGB 223 121 75 -
CMYK 0 0.46 0.66 0.13
HSL 18.65º 0.7% 0.58% -
HSV(B) 18.65º 0.66% 0.87% -
XYZ 38.54 29.87 10.39 -
YUV 146.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 223 121 75 0 0.46 0.66 0.13 18.65 0.7 0.58
Hex DF 79 4B 0 2E 42 D 13 46 3A
Octal 337 171 113 0 56 102 15 23 106 72
Binary 11011111 1111001 1001011 0 101110 1000010 1101 10011 1000110 111010

Color Harmonies of #DF794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF794B

Black with #DF794B

Text Example


Text Example

White with #DF794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF794B; }

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

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

background-color css

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

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

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

border-color css

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

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

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