Html Css Color HEX #D86144 Dark Coral

📋 copy color: '#D86144'

red 216 ◦ green 97 ◦ blue 68

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

Shades of Dark Coral #D86144

Tints of Dark Coral #D86144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 56.69%
G = 25.46%
B = 17.85%

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

#D86144 (or 0xD86144) is known color: Dark Coral. HEX triplet: D8, 61 and 44. RGB value is (216,97,68). Sum of RGB (Red+Green+Blue) = 216+97+68=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D86144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86144 is #279EBB. Grayscale: #818181. Windows color (decimal): -2596540 or 4481496. OLE color: 4481496.

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

Color convert

RGB 216 97 68 -
CMYK 0 0.55 0.69 0.15
HSL 11.76º 0.65% 0.56% -
HSV(B) 11.76º 0.69% 0.85% -
XYZ 33.64 23.57 8.24 -
YUV 129.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 216 97 68 0 0.55 0.69 0.15 11.76 0.65 0.56
Hex D8 61 44 0 37 45 F C 41 38
Octal 330 141 104 0 67 105 17 14 101 70
Binary 11011000 1100001 1000100 0 110111 1000101 1111 1100 1000001 111000

Color Harmonies of #D86144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86144

Black with #D86144

Text Example


Text Example

White with #D86144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86144; }

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

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

background-color css

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

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

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

border-color css

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

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

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