#DC5B51

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

Shades of Valencia #DC5B51

Tints of Valencia #DC5B51

Color information

#DC5B51 (or 0xDC5B51) is unknown color: approx Valencia. HEX triplet: DC, 5B and 51. RGB value is (220,91,81). Sum of RGB (Red+Green+Blue) = 220+91+81=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B51 is #23A4AE. Grayscale: #808080. Windows color (decimal): -2335919 or 5331932. OLE color: 5331932.

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

Color convert

RGB2209181-
CMYK00.590.630.14
HSL4.32º66.51%59.02%-
HSV(B)4.32º63.18%86.27%-
XYZ34.7423.2910.45-
YUV128.43101.24193.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.12%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=56.12%
G=23.21%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220918100.590.630.144.3266.5159.02
HexDC5B5103B3FE4433b
Octal3341331210737716410373
Binary1101110010110111010001011101111111111101001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5B51; }

 p { color: rgb(220,91,81); }

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

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

 a { background-color: rgb(220,91,81); }

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

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

 span { border-color: rgb(220,91,81); }

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