Html Css Color HEX #DC794C Jaffa

📋 copy color: '#DC794C'

red 220 ◦ green 121 ◦ blue 76

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

Shades of Jaffa #DC794C

Tints of Jaffa #DC794C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.23%

R = 52.76%
G = 29.02%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC794C (or 0xDC794C) is known color: Jaffa. HEX triplet: DC, 79 and 4C. RGB value is (220,121,76). Sum of RGB (Red+Green+Blue) = 220+121+76=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC794C is #2386B3. Grayscale: #919191. Windows color (decimal): -2328244 or 5011932. OLE color: 5011932.

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

Color convert

RGB 220 121 76 -
CMYK 0 0.45 0.65 0.14
HSL 18.75º 0.67% 0.58% -
HSV(B) 18.75º 0.65% 0.86% -
XYZ 37.66 29.41 10.53 -
YUV 145.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 220 121 76 0 0.45 0.65 0.14 18.75 0.67 0.58
Hex DC 79 4C 0 2D 41 E 13 43 3A
Octal 334 171 114 0 55 101 16 23 103 72
Binary 11011100 1111001 1001100 0 101101 1000001 1110 10011 1000011 111010

Color Harmonies of #DC794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC794C

Black with #DC794C

Text Example


Text Example

White with #DC794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC794C; }

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

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

background-color css

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

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

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

border-color css

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

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

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