Html Css Color HEX #DC794F Jaffa

📋 copy color: '#DC794F'

red 220 ◦ green 121 ◦ blue 79

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

Shades of Jaffa #DC794F

Tints of Jaffa #DC794F

RGB

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

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

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

R = 52.38%
G = 28.81%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC794F (or 0xDC794F) is known color: Jaffa. HEX triplet: DC, 79 and 4F. RGB value is (220,121,79). Sum of RGB (Red+Green+Blue) = 220+121+79=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC794F is #2386B0. Grayscale: #929292. Windows color (decimal): -2328241 or 5208540. OLE color: 5208540.

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

Color convert

RGB 220 121 79 -
CMYK 0 0.45 0.64 0.14
HSL 17.87º 0.67% 0.59% -
HSV(B) 17.87º 0.64% 0.86% -
XYZ 37.76 29.45 11.09 -
YUV 145.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 220 121 79 0 0.45 0.64 0.14 17.87 0.67 0.59
Hex DC 79 4F 0 2D 40 E 12 43 3B
Octal 334 171 117 0 55 100 16 22 103 73
Binary 11011100 1111001 1001111 0 101101 1000000 1110 10010 1000011 111011

Color Harmonies of #DC794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC794F

Black with #DC794F

Text Example


Text Example

White with #DC794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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