Html Css Color HEX #DB7841 Jaffa

📋 copy color: '#DB7841'

red 219 ◦ green 120 ◦ blue 65

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

Shades of Jaffa #DB7841

Tints of Jaffa #DB7841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.09%

R = 54.21%
G = 29.7%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB7841 (or 0xDB7841) is known color: Jaffa. HEX triplet: DB, 78 and 41. RGB value is (219,120,65). Sum of RGB (Red+Green+Blue) = 219+120+65=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7841 is #2487BE. Grayscale: #8F8F8F. Windows color (decimal): -2394047 or 4290779. OLE color: 4290779.

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

Color convert

RGB 219 120 65 -
CMYK 0 0.45 0.70 0.14
HSL 21.43º 0.68% 0.56% -
HSV(B) 21.43º 0.7% 0.86% -
XYZ 36.88 28.87 8.63 -
YUV 143.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 219 120 65 0 0.45 0.70 0.14 21.43 0.68 0.56
Hex DB 78 41 0 2D 46 E 15 44 38
Octal 333 170 101 0 55 106 16 25 104 70
Binary 11011011 1111000 1000001 0 101101 1000110 1110 10101 1000100 111000

Color Harmonies of #DB7841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7841

Black with #DB7841

Text Example


Text Example

White with #DB7841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7841; }

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

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

background-color css

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

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

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

border-color css

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

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

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