#DB5447

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

Shades of Valencia #DB5447

Tints of Valencia #DB5447

Color information

#DB5447 (or 0xDB5447) is unknown color: approx Valencia. HEX triplet: DB, 54 and 47. RGB value is (219,84,71). Sum of RGB (Red+Green+Blue) = 219+84+71=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5447 is #24ABB8. Grayscale: #7B7B7B. Windows color (decimal): -2403257 or 4674779. OLE color: 4674779.

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

Color convert

RGB2198471-
CMYK00.620.680.14
HSL5.27º67.27%56.86%-
HSV(B)5.27º67.58%85.88%-
XYZ33.5221.868.41-
YUV122.8898.73196.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.56%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 71 (28.12% from 255) = 18.98%
R=58.56%
G=22.46%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219847100.620.680.145.2767.2756.86
HexDB544703E44E54339
Octal33312410707610416510371
Binary11011011101010010001110111110100010011101011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5447; }

 p { color: rgb(219,84,71); }

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

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

 a { background-color: rgb(219,84,71); }

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

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

 span { border-color: rgb(219,84,71); }

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