#DB5044

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

Shades of Valencia #DB5044

Tints of Valencia #DB5044

Color information

#DB5044 (or 0xDB5044) is unknown color: approx Valencia. HEX triplet: DB, 50 and 44. RGB value is (219,80,68). Sum of RGB (Red+Green+Blue) = 219+80+68=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5044 is #24AFBB. Grayscale: #787878. Windows color (decimal): -2404284 or 4477147. OLE color: 4477147.

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

Color convert

RGB2198068-
CMYK00.630.690.14
HSL4.77º67.71%56.27%-
HSV(B)4.77º68.95%85.88%-
XYZ33.1321.217.82-
YUV120.1998.55198.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.67%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=59.67%
G=21.80%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219806800.630.690.144.7767.7156.27
HexDB504403F45E54438
Octal33312010407710516510470
Binary11011011101000010001000111111100010111101011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5044; }

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

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

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

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

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

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

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

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