Html Css Color HEX #D86140 Dark Coral

📋 copy color: '#D86140'

red 216 ◦ green 97 ◦ blue 64

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

Shades of Dark Coral #D86140

Tints of Dark Coral #D86140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 57.29%
G = 25.73%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D86140 (or 0xD86140) is known color: Dark Coral. HEX triplet: D8, 61 and 40. RGB value is (216,97,64). Sum of RGB (Red+Green+Blue) = 216+97+64=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D86140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86140 is #279EBF. Grayscale: #818181. Windows color (decimal): -2596544 or 4219352. OLE color: 4219352.

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

Color convert

RGB 216 97 64 -
CMYK 0 0.55 0.70 0.15
HSL 13.03º 0.66% 0.55% -
HSV(B) 13.03º 0.7% 0.85% -
XYZ 33.52 23.52 7.62 -
YUV 128.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 216 97 64 0 0.55 0.70 0.15 13.03 0.66 0.55
Hex D8 61 40 0 37 46 F D 42 37
Octal 330 141 100 0 67 106 17 15 102 67
Binary 11011000 1100001 1000000 0 110111 1000110 1111 1101 1000010 110111

Color Harmonies of #D86140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86140

Black with #D86140

Text Example


Text Example

White with #D86140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86140; }

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

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

background-color css

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

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

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

border-color css

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

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

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