#DB5743

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

Shades of Valencia #DB5743

Tints of Valencia #DB5743

Color information

#DB5743 (or 0xDB5743) is unknown color: approx Valencia. HEX triplet: DB, 57 and 43. RGB value is (219,87,67). Sum of RGB (Red+Green+Blue) = 219+87+67=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5743 is #24A8BC. Grayscale: #7C7C7C. Windows color (decimal): -2402493 or 4413403. OLE color: 4413403.

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

Color convert

RGB2198767-
CMYK00.600.690.14
HSL7.89º67.86%56.08%-
HSV(B)7.89º69.41%85.88%-
XYZ33.6322.287.84-
YUV124.1995.73195.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.71%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 67 (26.56% from 255) = 17.96%
R=58.71%
G=23.32%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219876700.600.690.147.8967.8656.08
HexDB574303C45E84438
Octal333127103074105161010470
Binary110110111010111100001101111001000101111010001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5743; }

 p { color: rgb(219,87,67); }

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

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

 a { background-color: rgb(219,87,67); }

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

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

 span { border-color: rgb(219,87,67); }

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