Html Css Color HEX #DB794F Jaffa

📋 copy color: '#DB794F'

red 219 ◦ green 121 ◦ blue 79

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

Shades of Jaffa #DB794F

Tints of Jaffa #DB794F

RGB

 RED value IS 219 (85.94% from 255) = 52.27%

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

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

R = 52.27%
G = 28.88%
B = 18.85%

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

#DB794F (or 0xDB794F) is known color: Jaffa. HEX triplet: DB, 79 and 4F. RGB value is (219,121,79). Sum of RGB (Red+Green+Blue) = 219+121+79=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB794F is #2486B0. Grayscale: #919191. Windows color (decimal): -2393777 or 5208539. OLE color: 5208539.

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

Color convert

RGB 219 121 79 -
CMYK 0 0.45 0.64 0.14
HSL 18º 0.66% 0.58% -
HSV(B) 18º 0.64% 0.86% -
XYZ 37.46 29.3 11.08 -
YUV 145.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 219 121 79 0 0.45 0.64 0.14 18 0.66 0.58
Hex DB 79 4F 0 2D 40 E 12 42 3A
Octal 333 171 117 0 55 100 16 22 102 72
Binary 11011011 1111001 1001111 0 101101 1000000 1110 10010 1000010 111010

Color Harmonies of #DB794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB794F

Black with #DB794F

Text Example


Text Example

White with #DB794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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