#D85E49

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

Shades of Valencia #D85E49

Tints of Valencia #D85E49

Color information

#D85E49 (or 0xD85E49) is unknown color: approx Valencia. HEX triplet: D8, 5E and 49. RGB value is (216,94,73). Sum of RGB (Red+Green+Blue) = 216+94+73=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E49 is #27A1B6. Grayscale: #808080. Windows color (decimal): -2597303 or 4808408. OLE color: 4808408.

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

Color convert

RGB2169473-
CMYK00.560.660.15
HSL8.81º64.71%56.67%-
HSV(B)8.81º66.2%84.71%-
XYZ33.5223.098.99-
YUV128.0896.92190.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.40%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=56.40%
G=24.54%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216947300.560.660.158.8164.7156.67
HexD85E4903842F94139
Octal330136111070102171110171
Binary110110001011110100100101110001000010111110011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E49; }

 p { color: rgb(216,94,73); }

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

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

 a { background-color: rgb(216,94,73); }

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

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

 span { border-color: rgb(216,94,73); }

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