#d85e4c

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

Shades of Valencia #D85E4C

Tints of Valencia #D85E4C

Color information

#D85E4C (or 0xD85E4C) is unknown color: approx Valencia. HEX triplet: D8, 5E and 4C. RGB value is (216,94,76). Sum of RGB (Red+Green+Blue) = 216+94+76=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E4C is #27A1B3. Grayscale: #808080. Windows color (decimal): -2597300 or 5005016. OLE color: 5005016.

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

Color convert

RGB2169476-
CMYK00.560.650.15
HSL7.71º64.22%57.25%-
HSV(B)7.71º64.81%84.71%-
XYZ33.6323.139.53-
YUV128.4398.42190.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.96%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 76 (30.08% from 255) = 19.69%
R=55.96%
G=24.35%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216947600.560.650.157.7164.2257.25
HexD85E4C03841F84039
Octal330136114070101171010071
Binary110110001011110100110001110001000001111110001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85e4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85e4c; }

 p { color: rgb(216,94,76); }

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

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

 a { background-color: rgb(216,94,76); }

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

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

 span { border-color: rgb(216,94,76); }

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