Html Css Color HEX #D86445 Dark Coral

📋 copy color: '#D86445'

red 216 ◦ green 100 ◦ blue 69

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

Shades of Dark Coral #D86445

Tints of Dark Coral #D86445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.97%

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

R = 56.1%
G = 25.97%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D86445 (or 0xD86445) is known color: Dark Coral. HEX triplet: D8, 64 and 45. RGB value is (216,100,69). Sum of RGB (Red+Green+Blue) = 216+100+69=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D86445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86445 is #279BBA. Grayscale: #838383. Windows color (decimal): -2595771 or 4547800. OLE color: 4547800.

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

Color convert

RGB 216 100 69 -
CMYK 0 0.54 0.68 0.15
HSL 12.65º 0.65% 0.56% -
HSV(B) 12.65º 0.68% 0.85% -
XYZ 33.95 24.14 8.5 -
YUV 131.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 216 100 69 0 0.54 0.68 0.15 12.65 0.65 0.56
Hex D8 64 45 0 36 44 F D 41 38
Octal 330 144 105 0 66 104 17 15 101 70
Binary 11011000 1100100 1000101 0 110110 1000100 1111 1101 1000001 111000

Color Harmonies of #D86445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86445

Black with #D86445

Text Example


Text Example

White with #D86445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86445; }

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

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

background-color css

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

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

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

border-color css

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

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

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