Html Css Color HEX #DB7849 Jaffa

📋 copy color: '#DB7849'

red 219 ◦ green 120 ◦ blue 73

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

Shades of Jaffa #DB7849

Tints of Jaffa #DB7849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.72%

R = 53.16%
G = 29.13%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB7849 (or 0xDB7849) is known color: Jaffa. HEX triplet: DB, 78 and 49. RGB value is (219,120,73). Sum of RGB (Red+Green+Blue) = 219+120+73=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7849 is #2487B6. Grayscale: #909090. Windows color (decimal): -2394039 or 4815067. OLE color: 4815067.

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

Color convert

RGB 219 120 73 -
CMYK 0 0.45 0.67 0.14
HSL 19.32º 0.67% 0.57% -
HSV(B) 19.32º 0.67% 0.86% -
XYZ 37.13 28.97 9.94 -
YUV 144.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 219 120 73 0 0.45 0.67 0.14 19.32 0.67 0.57
Hex DB 78 49 0 2D 43 E 13 43 39
Octal 333 170 111 0 55 103 16 23 103 71
Binary 11011011 1111000 1001001 0 101101 1000011 1110 10011 1000011 111001

Color Harmonies of #DB7849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7849

Black with #DB7849

Text Example


Text Example

White with #DB7849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7849; }

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

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

background-color css

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

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

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

border-color css

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

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

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