Html Css Color HEX #D85D47 Dark Coral

📋 copy color: '#D85D47'

red 216 ◦ green 93 ◦ blue 71

#D85D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #D85D47

Tints of Dark Coral #D85D47

RGB

 RED value IS 216 (84.77% from 255) = 56.84%

 GREEN value IS 93 (36.72% from 255) = 24.47%

 BLUE value IS 71 (28.13% from 255) = 18.68%

R = 56.84%
G = 24.47%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85D47 (or 0xD85D47) is known color: Dark Coral. HEX triplet: D8, 5D and 47. RGB value is (216,93,71). Sum of RGB (Red+Green+Blue) = 216+93+71=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D47 is #27A2B8. Grayscale: #7F7F7F. Windows color (decimal): -2597561 or 4677080. OLE color: 4677080.

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

Color convert

RGB 216 93 71 -
CMYK 0 0.57 0.67 0.15
HSL 9.1º 0.65% 0.56% -
HSV(B) 9.1º 0.67% 0.85% -
XYZ 33.37 22.88 8.62 -
YUV 127.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 216 93 71 0 0.57 0.67 0.15 9.1 0.65 0.56
Hex D8 5D 47 0 39 43 F 9 41 38
Octal 330 135 107 0 71 103 17 11 101 70
Binary 11011000 1011101 1000111 0 111001 1000011 1111 1001 1000001 111000

Color Harmonies of #D85D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D47

Black with #D85D47

Text Example


Text Example

White with #D85D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D47; }

 p { color: rgb(216,93,71); }

 H1.HeaderClassName
 {
   color: #D85D47;
 }
 .AnyTagClassName
 {
   color: #D85D47;
 }
</style>

background-color css

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

 a { background-color: rgb(216,93,71); }

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

border-color css

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

 span { border-color: rgb(216,93,71); }

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