Html Css Color HEX #D86142 Dark Coral

📋 copy color: '#D86142'

red 216 ◦ green 97 ◦ blue 66

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

Shades of Dark Coral #D86142

Tints of Dark Coral #D86142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 56.99%
G = 25.59%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D86142 (or 0xD86142) is known color: Dark Coral. HEX triplet: D8, 61 and 42. RGB value is (216,97,66). Sum of RGB (Red+Green+Blue) = 216+97+66=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D86142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86142 is #279EBD. Grayscale: #818181. Windows color (decimal): -2596542 or 4350424. OLE color: 4350424.

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

Color convert

RGB 216 97 66 -
CMYK 0 0.55 0.69 0.15
HSL 12.4º 0.66% 0.55% -
HSV(B) 12.4º 0.69% 0.85% -
XYZ 33.58 23.54 7.93 -
YUV 129.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 216 97 66 0 0.55 0.69 0.15 12.4 0.66 0.55
Hex D8 61 42 0 37 45 F C 42 37
Octal 330 141 102 0 67 105 17 14 102 67
Binary 11011000 1100001 1000010 0 110111 1000101 1111 1100 1000010 110111

Color Harmonies of #D86142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86142

Black with #D86142

Text Example


Text Example

White with #D86142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86142; }

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

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

background-color css

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

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

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

border-color css

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

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

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