Html Css Color HEX #DB7840 Jaffa

📋 copy color: '#DB7840'

red 219 ◦ green 120 ◦ blue 64

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

Shades of Jaffa #DB7840

Tints of Jaffa #DB7840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 54.34%
G = 29.78%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB7840 (or 0xDB7840) is known color: Jaffa. HEX triplet: DB, 78 and 40. RGB value is (219,120,64). Sum of RGB (Red+Green+Blue) = 219+120+64=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7840 is #2487BF. Grayscale: #8F8F8F. Windows color (decimal): -2394048 or 4225243. OLE color: 4225243.

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

Color convert

RGB 219 120 64 -
CMYK 0 0.45 0.71 0.14
HSL 21.68º 0.68% 0.55% -
HSV(B) 21.68º 0.71% 0.86% -
XYZ 36.86 28.86 8.48 -
YUV 143.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 219 120 64 0 0.45 0.71 0.14 21.68 0.68 0.55
Hex DB 78 40 0 2D 47 E 16 44 37
Octal 333 170 100 0 55 107 16 26 104 67
Binary 11011011 1111000 1000000 0 101101 1000111 1110 10110 1000100 110111

Color Harmonies of #DB7840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7840

Black with #DB7840

Text Example


Text Example

White with #DB7840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7840; }

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

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

background-color css

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

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

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

border-color css

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

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

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