Html Css Color HEX #D85E41 Dark Coral

📋 copy color: '#D85E41'

red 216 ◦ green 94 ◦ blue 65

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

Shades of Dark Coral #D85E41

Tints of Dark Coral #D85E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 57.6%
G = 25.07%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85E41 (or 0xD85E41) is known color: Dark Coral. HEX triplet: D8, 5E and 41. RGB value is (216,94,65). Sum of RGB (Red+Green+Blue) = 216+94+65=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E41 is #27A1BE. Grayscale: #7F7F7F. Windows color (decimal): -2597311 or 4284120. OLE color: 4284120.

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

Color convert

RGB 216 94 65 -
CMYK 0 0.56 0.70 0.15
HSL 11.52º 0.66% 0.55% -
HSV(B) 11.52º 0.7% 0.85% -
XYZ 33.28 22.99 7.68 -
YUV 127.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 216 94 65 0 0.56 0.70 0.15 11.52 0.66 0.55
Hex D8 5E 41 0 38 46 F C 42 37
Octal 330 136 101 0 70 106 17 14 102 67
Binary 11011000 1011110 1000001 0 111000 1000110 1111 1100 1000010 110111

Color Harmonies of #D85E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E41

Black with #D85E41

Text Example


Text Example

White with #D85E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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