Html Css Color HEX #DD794B Jaffa

📋 copy color: '#DD794B'

red 221 ◦ green 121 ◦ blue 75

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

Shades of Jaffa #DD794B

Tints of Jaffa #DD794B

RGB

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

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

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

R = 53%
G = 29.02%
B = 17.99%

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

#DD794B (or 0xDD794B) is known color: Jaffa. HEX triplet: DD, 79 and 4B. RGB value is (221,121,75). Sum of RGB (Red+Green+Blue) = 221+121+75=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD794B is #2286B4. Grayscale: #919191. Windows color (decimal): -2262709 or 4946397. OLE color: 4946397.

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

Color convert

RGB 221 121 75 -
CMYK 0 0.45 0.66 0.13
HSL 18.9º 0.68% 0.58% -
HSV(B) 18.9º 0.66% 0.87% -
XYZ 37.93 29.55 10.36 -
YUV 145.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 221 121 75 0 0.45 0.66 0.13 18.9 0.68 0.58
Hex DD 79 4B 0 2D 42 D 13 44 3A
Octal 335 171 113 0 55 102 15 23 104 72
Binary 11011101 1111001 1001011 0 101101 1000010 1101 10011 1000100 111010

Color Harmonies of #DD794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD794B

Black with #DD794B

Text Example


Text Example

White with #DD794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD794B; }

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

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

background-color css

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

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

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

border-color css

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

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

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