#DB5446

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

Shades of Valencia #DB5446

Tints of Valencia #DB5446

Color information

#DB5446 (or 0xDB5446) is unknown color: approx Valencia. HEX triplet: DB, 54 and 46. RGB value is (219,84,70). Sum of RGB (Red+Green+Blue) = 219+84+70=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5446 is #24ABB9. Grayscale: #7A7A7A. Windows color (decimal): -2403258 or 4609243. OLE color: 4609243.

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

Color convert

RGB2198470-
CMYK00.620.680.14
HSL5.64º67.42%56.67%-
HSV(B)5.64º68.04%85.88%-
XYZ33.4921.848.25-
YUV122.7798.23196.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.71%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=58.71%
G=22.52%
B=18.77%

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
Decimal219847000.620.680.145.6467.4256.67
HexDB544603E44E64339
Octal33312410607610416610371
Binary11011011101010010001100111110100010011101101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5446; }

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

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

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

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

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

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

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

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