#DB5548

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

Shades of Valencia #DB5548

Tints of Valencia #DB5548

Color information

#DB5548 (or 0xDB5548) is unknown color: approx Valencia. HEX triplet: DB, 55 and 48. RGB value is (219,85,72). Sum of RGB (Red+Green+Blue) = 219+85+72=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5548 is #24AAB7. Grayscale: #7B7B7B. Windows color (decimal): -2403000 or 4740571. OLE color: 4740571.

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

Color convert

RGB2198572-
CMYK00.610.670.14
HSL5.31º67.12%57.06%-
HSV(B)5.31º67.12%85.88%-
XYZ33.6322.028.61-
YUV123.5898.89196.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.24%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=58.24%
G=22.61%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219857200.610.670.145.3167.1257.06
HexDB554803D43E54339
Octal33312511007510316510371
Binary11011011101010110010000111101100001111101011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5548; }

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

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

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

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

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

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

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

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