#d85b3f

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

Shades of Dark Coral #D85B3F

Tints of Dark Coral #D85B3F

Color information

#D85B3F (or 0xD85B3F) is unknown color: approx Dark Coral. HEX triplet: D8, 5B and 3F. RGB value is (216,91,63). Sum of RGB (Red+Green+Blue) = 216+91+63=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B3F is #27A4C0. Grayscale: #7D7D7D. Windows color (decimal): -2598081 or 4152280. OLE color: 4152280.

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

Color convert

RGB2169163-
CMYK00.580.710.15
HSL10.98º66.23%54.71%-
HSV(B)10.98º70.83%84.71%-
XYZ32.9622.447.3-
YUV125.1892.91192.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.38%
GREEN value IS 91 (35.94% from 255) = 24.59%
BLUE value IS 63 (25% from 255) = 17.03%
R=58.38%
G=24.59%
B=17.03%

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
Decimal216916300.580.710.1510.9866.2354.71
HexD85B3F03A47Fb4237
Octal33013377072107171310267
Binary11011000101101111111101110101000111111110111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85b3f; }

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

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

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

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

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

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

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

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