#D85344

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

Shades of Valencia #D85344

Tints of Valencia #D85344

Color information

#D85344 (or 0xD85344) is unknown color: approx Valencia. HEX triplet: D8, 53 and 44. RGB value is (216,83,68). Sum of RGB (Red+Green+Blue) = 216+83+68=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D85344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85344 is #27ACBB. Grayscale: #797979. Windows color (decimal): -2600124 or 4477912. OLE color: 4477912.

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

Color convert

RGB2168368-
CMYK00.620.690.15
HSL6.08º65.49%55.69%-
HSV(B)6.08º68.52%84.71%-
XYZ32.4621.27.85-
YUV121.0698.06195.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.86%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=58.86%
G=22.62%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216836800.620.690.156.0865.4955.69
HexD8534403E45F64138
Octal33012310407610517610170
Binary11011000101001110001000111110100010111111101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85344; }

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

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

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

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

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

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

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

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