#D85851

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

Shades of Valencia #D85851

Tints of Valencia #D85851

Color information

#D85851 (or 0xD85851) is unknown color: approx Valencia. HEX triplet: D8, 58 and 51. RGB value is (216,88,81). Sum of RGB (Red+Green+Blue) = 216+88+81=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85851 is #27A7AE. Grayscale: #7D7D7D. Windows color (decimal): -2598831 or 5331160. OLE color: 5331160.

HSL color Cylindrical-coordinate representation of color #D85851: hue angle of 3.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85851 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB2168881-
CMYK00.590.620.15
HSL3.11º63.38%58.24%-
HSV(B)3.11º62.5%84.71%-
XYZ33.2922.1710.31-
YUV125.47102.91192.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.10%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=56.10%
G=22.86%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216888100.590.620.153.1163.3858.24
HexD8585103B3EF33f3a
Octal330130121073761737772
Binary11011000101100010100010111011111110111111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85851; }

 p { color: rgb(216,88,81); }

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

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

 a { background-color: rgb(216,88,81); }

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

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

 span { border-color: rgb(216,88,81); }

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