Html Css Color HEX #D85D43 Dark Coral

📋 copy color: '#D85D43'

red 216 ◦ green 93 ◦ blue 67

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

Shades of Dark Coral #D85D43

Tints of Dark Coral #D85D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.82%

R = 57.45%
G = 24.73%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85D43 (or 0xD85D43) is known color: Dark Coral. HEX triplet: D8, 5D and 43. RGB value is (216,93,67). Sum of RGB (Red+Green+Blue) = 216+93+67=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D43 is #27A2BC. Grayscale: #7F7F7F. Windows color (decimal): -2597565 or 4414936. OLE color: 4414936.

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

Color convert

RGB 216 93 67 -
CMYK 0 0.57 0.69 0.15
HSL 10.47º 0.66% 0.55% -
HSV(B) 10.47º 0.69% 0.85% -
XYZ 33.25 22.83 7.97 -
YUV 126.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 216 93 67 0 0.57 0.69 0.15 10.47 0.66 0.55
Hex D8 5D 43 0 39 45 F A 42 37
Octal 330 135 103 0 71 105 17 12 102 67
Binary 11011000 1011101 1000011 0 111001 1000101 1111 1010 1000010 110111

Color Harmonies of #D85D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D43

Black with #D85D43

Text Example


Text Example

White with #D85D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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