Html Css Color HEX #DB784F Jaffa

📋 copy color: '#DB784F'

red 219 ◦ green 120 ◦ blue 79

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

Shades of Jaffa #DB784F

Tints of Jaffa #DB784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

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

R = 52.39%
G = 28.71%
B = 18.9%

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

#DB784F (or 0xDB784F) is known color: Jaffa. HEX triplet: DB, 78 and 4F. RGB value is (219,120,79). Sum of RGB (Red+Green+Blue) = 219+120+79=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB784F is #2487B0. Grayscale: #919191. Windows color (decimal): -2394033 or 5208283. OLE color: 5208283.

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

Color convert

RGB 219 120 79 -
CMYK 0 0.45 0.64 0.14
HSL 17.57º 0.66% 0.58% -
HSV(B) 17.57º 0.64% 0.86% -
XYZ 37.34 29.06 11.04 -
YUV 144.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 219 120 79 0 0.45 0.64 0.14 17.57 0.66 0.58
Hex DB 78 4F 0 2D 40 E 12 42 3A
Octal 333 170 117 0 55 100 16 22 102 72
Binary 11011011 1111000 1001111 0 101101 1000000 1110 10010 1000010 111010

Color Harmonies of #DB784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB784F

Black with #DB784F

Text Example


Text Example

White with #DB784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB784F; }

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

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

background-color css

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

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

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

border-color css

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

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

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