#D56150

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

Shades of Valencia #D56150

Tints of Valencia #D56150

Color information

#D56150 (or 0xD56150) is unknown color: approx Valencia. HEX triplet: D5, 61 and 50. RGB value is (213,97,80). Sum of RGB (Red+Green+Blue) = 213+97+80=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D56150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56150 is #2A9EAF. Grayscale: #818181. Windows color (decimal): -2793136 or 5267925. OLE color: 5267925.

HSL color Cylindrical-coordinate representation of color #D56150: hue angle of 7.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D56150 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2139780-
CMYK00.540.620.16
HSL7.67º61.29%57.45%-
HSV(B)7.67º62.44%83.53%-
XYZ33.1623.2710.33-
YUV129.7599.93187.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.62%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=54.62%
G=24.87%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213978000.540.620.167.6761.2957.45
HexD561500363E1083d39
Octal3251411200667620107571
Binary11010101110000110100000110110111110100001000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56150; }

 p { color: rgb(213,97,80); }

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

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

 a { background-color: rgb(213,97,80); }

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

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

 span { border-color: rgb(213,97,80); }

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