#DA5645

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

Shades of Valencia #DA5645

Tints of Valencia #DA5645

Color information

#DA5645 (or 0xDA5645) is unknown color: approx Valencia. HEX triplet: DA, 56 and 45. RGB value is (218,86,69). Sum of RGB (Red+Green+Blue) = 218+86+69=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5645 is #25A9BA. Grayscale: #7B7B7B. Windows color (decimal): -2468283 or 4544218. OLE color: 4544218.

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

Color convert

RGB2188669-
CMYK00.610.680.15
HSL6.85º66.82%56.27%-
HSV(B)6.85º68.35%85.49%-
XYZ33.3221.998.12-
YUV123.5397.23195.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.45%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=58.45%
G=23.06%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218866900.610.680.156.8566.8256.27
HexDA564503D44F74338
Octal33212610507510417710370
Binary11011010101011010001010111101100010011111111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5645; }

 p { color: rgb(218,86,69); }

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

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

 a { background-color: rgb(218,86,69); }

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

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

 span { border-color: rgb(218,86,69); }

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