Html Css Color HEX #DD794E Jaffa

📋 copy color: '#DD794E'

red 221 ◦ green 121 ◦ blue 78

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

Shades of Jaffa #DD794E

Tints of Jaffa #DD794E

RGB

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

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

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

R = 52.62%
G = 28.81%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD794E (or 0xDD794E) is known color: Jaffa. HEX triplet: DD, 79 and 4E. RGB value is (221,121,78). Sum of RGB (Red+Green+Blue) = 221+121+78=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD794E is #2286B1. Grayscale: #929292. Windows color (decimal): -2262706 or 5143005. OLE color: 5143005.

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

Color convert

RGB 221 121 78 -
CMYK 0 0.45 0.65 0.13
HSL 18.04º 0.68% 0.59% -
HSV(B) 18.04º 0.65% 0.87% -
XYZ 38.03 29.6 10.92 -
YUV 146 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 221 121 78 0 0.45 0.65 0.13 18.04 0.68 0.59
Hex DD 79 4E 0 2D 41 D 12 44 3B
Octal 335 171 116 0 55 101 15 22 104 73
Binary 11011101 1111001 1001110 0 101101 1000001 1101 10010 1000100 111011

Color Harmonies of #DD794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD794E

Black with #DD794E

Text Example


Text Example

White with #DD794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD794E; }

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

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

background-color css

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

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

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

border-color css

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

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

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