#DC5A45

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

Shades of Valencia #DC5A45

Tints of Valencia #DC5A45

Color information

#DC5A45 (or 0xDC5A45) is unknown color: approx Valencia. HEX triplet: DC, 5A and 45. RGB value is (220,90,69). Sum of RGB (Red+Green+Blue) = 220+90+69=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A45 is #23A5BA. Grayscale: #7E7E7E. Windows color (decimal): -2336187 or 4545244. OLE color: 4545244.

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

Color convert

RGB2209069-
CMYK00.590.690.14
HSL8.34º68.33%56.67%-
HSV(B)8.34º68.64%86.27%-
XYZ34.2522.968.26-
YUV126.4895.57194.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.05%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=58.05%
G=23.75%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220906900.590.690.148.3468.3356.67
HexDC5A4503B45E84439
Octal334132105073105161010471
Binary110111001011010100010101110111000101111010001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5A45; }

 p { color: rgb(220,90,69); }

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

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

 a { background-color: rgb(220,90,69); }

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

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

 span { border-color: rgb(220,90,69); }

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