Html Css Color HEX #DD794C Jaffa

📋 copy color: '#DD794C'

red 221 ◦ green 121 ◦ blue 76

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

Shades of Jaffa #DD794C

Tints of Jaffa #DD794C

RGB

 RED value IS 221 (86.72% from 255) = 52.87%

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

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 52.87%
G = 28.95%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD794C (or 0xDD794C) is known color: Jaffa. HEX triplet: DD, 79 and 4C. RGB value is (221,121,76). Sum of RGB (Red+Green+Blue) = 221+121+76=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD794C is #2286B3. Grayscale: #929292. Windows color (decimal): -2262708 or 5011933. OLE color: 5011933.

HSL color Cylindrical-coordinate representation of color #DD794C: hue angle of 18.62º degrees, saturation: 0.68, 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 #DD794C is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 76 -
CMYK 0 0.45 0.66 0.13
HSL 18.62º 0.68% 0.58% -
HSV(B) 18.62º 0.66% 0.87% -
XYZ 37.96 29.57 10.54 -
YUV 145.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 221 121 76 0 0.45 0.66 0.13 18.62 0.68 0.58
Hex DD 79 4C 0 2D 42 D 13 44 3A
Octal 335 171 114 0 55 102 15 23 104 72
Binary 11011101 1111001 1001100 0 101101 1000010 1101 10011 1000100 111010

Color Harmonies of #DD794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD794C

Black with #DD794C

Text Example


Text Example

White with #DD794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD794C; }

 p { color: rgb(221,121,76); }

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

background-color css

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

 a { background-color: rgb(221,121,76); }

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

border-color css

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

 span { border-color: rgb(221,121,76); }

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