Html Css Color HEX #D86145 Dark Coral

📋 copy color: '#D86145'

red 216 ◦ green 97 ◦ blue 69

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

Shades of Dark Coral #D86145

Tints of Dark Coral #D86145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.39%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 56.54%
G = 25.39%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D86145 (or 0xD86145) is known color: Dark Coral. HEX triplet: D8, 61 and 45. RGB value is (216,97,69). Sum of RGB (Red+Green+Blue) = 216+97+69=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D86145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86145 is #279EBA. Grayscale: #818181. Windows color (decimal): -2596539 or 4547032. OLE color: 4547032.

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

Color convert

RGB 216 97 69 -
CMYK 0 0.55 0.68 0.15
HSL 11.43º 0.65% 0.56% -
HSV(B) 11.43º 0.68% 0.85% -
XYZ 33.67 23.58 8.41 -
YUV 129.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 216 97 69 0 0.55 0.68 0.15 11.43 0.65 0.56
Hex D8 61 45 0 37 44 F B 41 38
Octal 330 141 105 0 67 104 17 13 101 70
Binary 11011000 1100001 1000101 0 110111 1000100 1111 1011 1000001 111000

Color Harmonies of #D86145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86145

Black with #D86145

Text Example


Text Example

White with #D86145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86145; }

 p { color: rgb(216,97,69); }

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

background-color css

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

 a { background-color: rgb(216,97,69); }

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

border-color css

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

 span { border-color: rgb(216,97,69); }

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