Html Css Color HEX #D95D47 Dark Coral

📋 copy color: '#D95D47'

red 217 ◦ green 93 ◦ blue 71

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

Shades of Dark Coral #D95D47

Tints of Dark Coral #D95D47

RGB

 RED value IS 217 (85.16% from 255) = 56.96%

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

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

R = 56.96%
G = 24.41%
B = 18.64%

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

#D95D47 (or 0xD95D47) is known color: Dark Coral. HEX triplet: D9, 5D and 47. RGB value is (217,93,71). Sum of RGB (Red+Green+Blue) = 217+93+71=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D47 is #26A2B8. Grayscale: #7F7F7F. Windows color (decimal): -2532025 or 4677081. OLE color: 4677081.

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

Color convert

RGB 217 93 71 -
CMYK 0 0.57 0.67 0.15
HSL 9.04º 0.66% 0.56% -
HSV(B) 9.04º 0.67% 0.85% -
XYZ 33.67 23.04 8.63 -
YUV 127.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 217 93 71 0 0.57 0.67 0.15 9.04 0.66 0.56
Hex D9 5D 47 0 39 43 F 9 42 38
Octal 331 135 107 0 71 103 17 11 102 70
Binary 11011001 1011101 1000111 0 111001 1000011 1111 1001 1000010 111000

Color Harmonies of #D95D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D47

Black with #D95D47

Text Example


Text Example

White with #D95D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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