Html Css Color HEX #D65D47 Dark Coral

📋 copy color: '#D65D47'

red 214 ◦ green 93 ◦ blue 71

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

Shades of Dark Coral #D65D47

Tints of Dark Coral #D65D47

RGB

 RED value IS 214 (83.98% from 255) = 56.61%

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

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

R = 56.61%
G = 24.6%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65D47 (or 0xD65D47) is known color: Dark Coral. HEX triplet: D6, 5D and 47. RGB value is (214,93,71). Sum of RGB (Red+Green+Blue) = 214+93+71=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D47 is #29A2B8. Grayscale: #7E7E7E. Windows color (decimal): -2728633 or 4677078. OLE color: 4677078.

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

Color convert

RGB 214 93 71 -
CMYK 0 0.57 0.67 0.16
HSL 9.23º 0.64% 0.56% -
HSV(B) 9.23º 0.67% 0.84% -
XYZ 32.78 22.58 8.59 -
YUV 126.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 214 93 71 0 0.57 0.67 0.16 9.23 0.64 0.56
Hex D6 5D 47 0 39 43 10 9 40 38
Octal 326 135 107 0 71 103 20 11 100 70
Binary 11010110 1011101 1000111 0 111001 1000011 10000 1001 1000000 111000

Color Harmonies of #D65D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D47

Black with #D65D47

Text Example


Text Example

White with #D65D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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