Html Css Color HEX #DB784A Jaffa

📋 copy color: '#DB784A'

red 219 ◦ green 120 ◦ blue 74

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

Shades of Jaffa #DB784A

Tints of Jaffa #DB784A

RGB

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

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

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

R = 53.03%
G = 29.06%
B = 17.92%

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

#DB784A (or 0xDB784A) is known color: Jaffa. HEX triplet: DB, 78 and 4A. RGB value is (219,120,74). Sum of RGB (Red+Green+Blue) = 219+120+74=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB784A is #2487B5. Grayscale: #909090. Windows color (decimal): -2394038 or 4880603. OLE color: 4880603.

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

Color convert

RGB 219 120 74 -
CMYK 0 0.45 0.66 0.14
HSL 19.03º 0.67% 0.57% -
HSV(B) 19.03º 0.66% 0.86% -
XYZ 37.17 28.99 10.11 -
YUV 144.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 219 120 74 0 0.45 0.66 0.14 19.03 0.67 0.57
Hex DB 78 4A 0 2D 42 E 13 43 39
Octal 333 170 112 0 55 102 16 23 103 71
Binary 11011011 1111000 1001010 0 101101 1000010 1110 10011 1000011 111001

Color Harmonies of #DB784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB784A

Black with #DB784A

Text Example


Text Example

White with #DB784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB784A; }

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

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

background-color css

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

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

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

border-color css

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

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

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