#DB504A

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

Shades of Valencia #DB504A

Tints of Valencia #DB504A

Color information

#DB504A (or 0xDB504A) is unknown color: approx Valencia. HEX triplet: DB, 50 and 4A. RGB value is (219,80,74). Sum of RGB (Red+Green+Blue) = 219+80+74=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB504A is #24AFB5. Grayscale: #797979. Windows color (decimal): -2404278 or 4870363. OLE color: 4870363.

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

Color convert

RGB2198074-
CMYK00.630.660.14
HSL2.48º66.82%57.45%-
HSV(B)2.48º66.21%85.88%-
XYZ33.3221.298.83-
YUV120.88101.55197.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.71%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=58.71%
G=21.45%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219807400.630.660.142.4866.8257.45
HexDB504A03F42E24339
Octal33312011207710216210371
Binary1101101110100001001010011111110000101110101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB504A; }

 p { color: rgb(219,80,74); }

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

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

 a { background-color: rgb(219,80,74); }

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

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

 span { border-color: rgb(219,80,74); }

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