Html Css Color HEX #DD794A Jaffa

📋 copy color: '#DD794A'

red 221 ◦ green 121 ◦ blue 74

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

Shades of Jaffa #DD794A

Tints of Jaffa #DD794A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.79%

R = 53.13%
G = 29.09%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD794A (or 0xDD794A) is known color: Jaffa. HEX triplet: DD, 79 and 4A. RGB value is (221,121,74). Sum of RGB (Red+Green+Blue) = 221+121+74=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD794A is #2286B5. Grayscale: #919191. Windows color (decimal): -2262710 or 4880861. OLE color: 4880861.

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

Color convert

RGB 221 121 74 -
CMYK 0 0.45 0.67 0.13
HSL 19.18º 0.68% 0.58% -
HSV(B) 19.18º 0.67% 0.87% -
XYZ 37.89 29.54 10.18 -
YUV 145.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 221 121 74 0 0.45 0.67 0.13 19.18 0.68 0.58
Hex DD 79 4A 0 2D 43 D 13 44 3A
Octal 335 171 112 0 55 103 15 23 104 72
Binary 11011101 1111001 1001010 0 101101 1000011 1101 10011 1000100 111010

Color Harmonies of #DD794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD794A

Black with #DD794A

Text Example


Text Example

White with #DD794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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