#D85544

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

Shades of Valencia #D85544

Tints of Valencia #D85544

Color information

#D85544 (or 0xD85544) is unknown color: approx Valencia. HEX triplet: D8, 55 and 44. RGB value is (216,85,68). Sum of RGB (Red+Green+Blue) = 216+85+68=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D85544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85544 is #27AABB. Grayscale: #7A7A7A. Windows color (decimal): -2599612 or 4478424. OLE color: 4478424.

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

Color convert

RGB2168568-
CMYK00.610.690.15
HSL6.89º65.49%55.69%-
HSV(B)6.89º68.52%84.71%-
XYZ32.6121.517.9-
YUV122.2397.4194.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.54%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=58.54%
G=23.04%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216856800.610.690.156.8965.4955.69
HexD8554403D45F74138
Octal33012510407510517710170
Binary11011000101010110001000111101100010111111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85544; }

 p { color: rgb(216,85,68); }

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

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

 a { background-color: rgb(216,85,68); }

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

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

 span { border-color: rgb(216,85,68); }

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