#DB7A50

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

Shades of Jaffa #DB7A50

Tints of Jaffa #DB7A50

Color information

#DB7A50 (or 0xDB7A50) is unknown color: approx Jaffa. HEX triplet: DB, 7A and 50. RGB value is (219,122,80). Sum of RGB (Red+Green+Blue) = 219+122+80=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A50 is #2485AF. Grayscale: #929292. Windows color (decimal): -2393520 or 5274331. OLE color: 5274331.

HSL color Cylindrical-coordinate representation of color #DB7A50: hue angle of 18.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7A50 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB21912280-
CMYK00.440.630.14
HSL18.13º65.88%58.63%-
HSV(B)18.13º63.47%85.88%-
XYZ37.6229.5611.31-
YUV146.2190.64179.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.02%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=52.02%
G=28.98%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191228000.440.630.1418.1365.8858.63
HexDB7A5002C3FE12423b
Octal33317212005477162210273
Binary110110111111010101000001011001111111110100101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7A50; }

 p { color: rgb(219,122,80); }

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

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

 a { background-color: rgb(219,122,80); }

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

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

 span { border-color: rgb(219,122,80); }

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