Html Css Color HEX #D85D40 Dark Coral

📋 copy color: '#D85D40'

red 216 ◦ green 93 ◦ blue 64

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

Shades of Dark Coral #D85D40

Tints of Dark Coral #D85D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 57.91%
G = 24.93%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85D40 (or 0xD85D40) is known color: Dark Coral. HEX triplet: D8, 5D and 40. RGB value is (216,93,64). Sum of RGB (Red+Green+Blue) = 216+93+64=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D40 is #27A2BF. Grayscale: #7E7E7E. Windows color (decimal): -2597568 or 4218328. OLE color: 4218328.

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

Color convert

RGB 216 93 64 -
CMYK 0 0.57 0.70 0.15
HSL 11.45º 0.66% 0.55% -
HSV(B) 11.45º 0.7% 0.85% -
XYZ 33.16 22.8 7.5 -
YUV 126.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 216 93 64 0 0.57 0.70 0.15 11.45 0.66 0.55
Hex D8 5D 40 0 39 46 F B 42 37
Octal 330 135 100 0 71 106 17 13 102 67
Binary 11011000 1011101 1000000 0 111001 1000110 1111 1011 1000010 110111

Color Harmonies of #D85D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D40

Black with #D85D40

Text Example


Text Example

White with #D85D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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