#DB534E

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

Shades of Valencia #DB534E

Tints of Valencia #DB534E

Color information

#DB534E (or 0xDB534E) is unknown color: approx Valencia. HEX triplet: DB, 53 and 4E. RGB value is (219,83,78). Sum of RGB (Red+Green+Blue) = 219+83+78=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB534E is #24ACB1. Grayscale: #7B7B7B. Windows color (decimal): -2403506 or 5133275. OLE color: 5133275.

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

Color convert

RGB2198378-
CMYK00.620.640.14
HSL2.13º66.2%58.24%-
HSV(B)2.13º64.38%85.88%-
XYZ33.6821.89.64-
YUV123.09102.56196.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.63%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=57.63%
G=21.84%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219837800.620.640.142.1366.258.24
HexDB534E03E40E2423a
Octal33312311607610016210272
Binary1101101110100111001110011111010000001110101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB534E; }

 p { color: rgb(219,83,78); }

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

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

 a { background-color: rgb(219,83,78); }

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

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

 span { border-color: rgb(219,83,78); }

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