Html Css Color HEX #DC794A Jaffa

📋 copy color: '#DC794A'

red 220 ◦ green 121 ◦ blue 74

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

Shades of Jaffa #DC794A

Tints of Jaffa #DC794A

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

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

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

R = 53.01%
G = 29.16%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC794A (or 0xDC794A) is known color: Jaffa. HEX triplet: DC, 79 and 4A. RGB value is (220,121,74). Sum of RGB (Red+Green+Blue) = 220+121+74=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC794A is #2386B5. Grayscale: #919191. Windows color (decimal): -2328246 or 4880860. OLE color: 4880860.

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

Color convert

RGB 220 121 74 -
CMYK 0 0.45 0.66 0.14
HSL 19.32º 0.68% 0.58% -
HSV(B) 19.32º 0.66% 0.86% -
XYZ 37.59 29.38 10.17 -
YUV 145.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 220 121 74 0 0.45 0.66 0.14 19.32 0.68 0.58
Hex DC 79 4A 0 2D 42 E 13 44 3A
Octal 334 171 112 0 55 102 16 23 104 72
Binary 11011100 1111001 1001010 0 101101 1000010 1110 10011 1000100 111010

Color Harmonies of #DC794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC794A

Black with #DC794A

Text Example


Text Example

White with #DC794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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