#D85B49

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

Shades of Valencia #D85B49

Tints of Valencia #D85B49

Color information

#D85B49 (or 0xD85B49) is unknown color: approx Valencia. HEX triplet: D8, 5B and 49. RGB value is (216,91,73). Sum of RGB (Red+Green+Blue) = 216+91+73=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B49 is #27A4B6. Grayscale: #7E7E7E. Windows color (decimal): -2598071 or 4807640. OLE color: 4807640.

HSL color Cylindrical-coordinate representation of color #D85B49: hue angle of 7.55º 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 #D85B49 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB2169173-
CMYK00.580.660.15
HSL7.55º64.71%56.67%-
HSV(B)7.55º66.2%84.71%-
XYZ33.2622.568.91-
YUV126.3297.91191.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.84%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=56.84%
G=23.95%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216917300.580.660.157.5564.7156.67
HexD85B4903A42F84139
Octal330133111072102171010171
Binary110110001011011100100101110101000010111110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85B49; }

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

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

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

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

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

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

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

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