#DA5B48

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

Shades of Valencia #DA5B48

Tints of Valencia #DA5B48

Color information

#DA5B48 (or 0xDA5B48) is unknown color: approx Valencia. HEX triplet: DA, 5B and 48. RGB value is (218,91,72). Sum of RGB (Red+Green+Blue) = 218+91+72=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5B48 is #25A4B7. Grayscale: #7F7F7F. Windows color (decimal): -2467000 or 4742106. OLE color: 4742106.

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

Color convert

RGB2189172-
CMYK00.580.670.15
HSL7.81º66.36%56.86%-
HSV(B)7.81º66.97%85.49%-
XYZ33.8222.868.76-
YUV126.8197.08193.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.22%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=57.22%
G=23.88%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218917200.580.670.157.8166.3656.86
HexDA5B4803A43F84239
Octal332133110072103171010271
Binary110110101011011100100001110101000011111110001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5B48; }

 p { color: rgb(218,91,72); }

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

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

 a { background-color: rgb(218,91,72); }

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

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

 span { border-color: rgb(218,91,72); }

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