#D85444

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

Shades of Valencia #D85444

Tints of Valencia #D85444

Color information

#D85444 (or 0xD85444) is unknown color: approx Valencia. HEX triplet: D8, 54 and 44. RGB value is (216,84,68). Sum of RGB (Red+Green+Blue) = 216+84+68=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D85444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85444 is #27ABBB. Grayscale: #797979. Windows color (decimal): -2599868 or 4478168. OLE color: 4478168.

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

Color convert

RGB2168468-
CMYK00.610.690.15
HSL6.49º65.49%55.69%-
HSV(B)6.49º68.52%84.71%-
XYZ32.5321.367.88-
YUV121.6497.73195.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.70%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 68 (26.95% from 255) = 18.48%
R=58.70%
G=22.83%
B=18.48%

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
Decimal216846800.610.690.156.4965.4955.69
HexD8544403D45F64138
Octal33012410407510517610170
Binary11011000101010010001000111101100010111111101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85444; }

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

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

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

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

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

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

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

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