#DB5648

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

Shades of Valencia #DB5648

Tints of Valencia #DB5648

Color information

#DB5648 (or 0xDB5648) is unknown color: approx Valencia. HEX triplet: DB, 56 and 48. RGB value is (219,86,72). Sum of RGB (Red+Green+Blue) = 219+86+72=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5648 is #24A9B7. Grayscale: #7C7C7C. Windows color (decimal): -2402744 or 4740827. OLE color: 4740827.

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

Color convert

RGB2198672-
CMYK00.610.670.14
HSL5.71º67.12%57.06%-
HSV(B)5.71º67.12%85.88%-
XYZ33.7122.188.64-
YUV124.1798.56195.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.09%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=58.09%
G=22.81%
B=19.10%

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
Decimal219867200.610.670.145.7167.1257.06
HexDB564803D43E64339
Octal33312611007510316610371
Binary11011011101011010010000111101100001111101101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5648; }

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

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

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

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

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

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

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

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