#DB7649

Color #DB7649 Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #DB7649

Tints of Jaffa #DB7649

Color information

#DB7649 (or 0xDB7649) is unknown color: approx Jaffa. HEX triplet: DB, 76 and 49. RGB value is (219,118,73). Sum of RGB (Red+Green+Blue) = 219+118+73=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7649 is #2489B6. Grayscale: #8F8F8F. Windows color (decimal): -2394551 or 4814555. OLE color: 4814555.

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

Color convert

RGB21911873-
CMYK00.460.670.14
HSL18.49º66.97%57.25%-
HSV(B)18.49º66.67%85.88%-
XYZ36.8928.59.86-
YUV143.0788.46182.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.41%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=53.41%
G=28.78%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191187300.460.670.1418.4966.9757.25
HexDB764902E43E124339
Octal333166111056103162210371
Binary1101101111101101001001010111010000111110100101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7649; }

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

 H1.HeaderClassName
 {
   color: #DB7649;
 }
 .AnyTagClassName
 {
   color: #DB7649;
 }
</style>
background-color css

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

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

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

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

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

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