#D85A3F

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

Shades of Dark Coral #D85A3F

Tints of Dark Coral #D85A3F

Color information

#D85A3F (or 0xD85A3F) is unknown color: approx Dark Coral. HEX triplet: D8, 5A and 3F. RGB value is (216,90,63). Sum of RGB (Red+Green+Blue) = 216+90+63=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A3F is #27A5C0. Grayscale: #7C7C7C. Windows color (decimal): -2598337 or 4152024. OLE color: 4152024.

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

Color convert

RGB2169063-
CMYK00.580.710.15
HSL10.59º66.23%54.71%-
HSV(B)10.59º70.83%84.71%-
XYZ32.8722.277.27-
YUV124.693.24193.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.54%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 63 (25% from 255) = 17.07%
R=58.54%
G=24.39%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216906300.580.710.1510.5966.2354.71
HexD85A3F03A47Fb4237
Octal33013277072107171310267
Binary11011000101101011111101110101000111111110111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A3F; }

 p { color: rgb(216,90,63); }

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

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

 a { background-color: rgb(216,90,63); }

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

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

 span { border-color: rgb(216,90,63); }

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