#DB7548

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

Shades of Jaffa #DB7548

Tints of Jaffa #DB7548

Color information

#DB7548 (or 0xDB7548) is unknown color: approx Jaffa. HEX triplet: DB, 75 and 48. RGB value is (219,117,72). Sum of RGB (Red+Green+Blue) = 219+117+72=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7548 is #248AB7. Grayscale: #8E8E8E. Windows color (decimal): -2394808 or 4748763. OLE color: 4748763.

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

Color convert

RGB21911772-
CMYK00.470.670.14
HSL18.37º67.12%57.06%-
HSV(B)18.37º67.12%85.88%-
XYZ36.7428.259.65-
YUV142.3788.29182.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.68%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=53.68%
G=28.68%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191177200.470.670.1418.3767.1257.06
HexDB754802F43E124339
Octal333165110057103162210371
Binary1101101111101011001000010111110000111110100101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7548; }

 p { color: rgb(219,117,72); }

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

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

 a { background-color: rgb(219,117,72); }

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

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

 span { border-color: rgb(219,117,72); }

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