Html Css Color HEX #DD794F Jaffa

📋 copy color: '#DD794F'

red 221 ◦ green 121 ◦ blue 79

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

Shades of Jaffa #DD794F

Tints of Jaffa #DD794F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.76%

R = 52.49%
G = 28.74%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD794F (or 0xDD794F) is known color: Jaffa. HEX triplet: DD, 79 and 4F. RGB value is (221,121,79). Sum of RGB (Red+Green+Blue) = 221+121+79=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD794F is #2286B0. Grayscale: #929292. Windows color (decimal): -2262705 or 5208541. OLE color: 5208541.

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

Color convert

RGB 221 121 79 -
CMYK 0 0.45 0.64 0.13
HSL 17.75º 0.68% 0.59% -
HSV(B) 17.75º 0.64% 0.87% -
XYZ 38.07 29.61 11.11 -
YUV 146.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 221 121 79 0 0.45 0.64 0.13 17.75 0.68 0.59
Hex DD 79 4F 0 2D 40 D 12 44 3B
Octal 335 171 117 0 55 100 15 22 104 73
Binary 11011101 1111001 1001111 0 101101 1000000 1101 10010 1000100 111011

Color Harmonies of #DD794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD794F

Black with #DD794F

Text Example


Text Example

White with #DD794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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