Html Css Color HEX #D86042 Dark Coral

📋 copy color: '#D86042'

red 216 ◦ green 96 ◦ blue 66

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

Shades of Dark Coral #D86042

Tints of Dark Coral #D86042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

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

R = 57.14%
G = 25.4%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D86042 (or 0xD86042) is known color: Dark Coral. HEX triplet: D8, 60 and 42. RGB value is (216,96,66). Sum of RGB (Red+Green+Blue) = 216+96+66=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D86042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86042 is #279FBD. Grayscale: #808080. Windows color (decimal): -2596798 or 4350168. OLE color: 4350168.

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

Color convert

RGB 216 96 66 -
CMYK 0 0.56 0.69 0.15
HSL 12º 0.66% 0.55% -
HSV(B) 12º 0.69% 0.85% -
XYZ 33.49 23.36 7.9 -
YUV 128.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 216 96 66 0 0.56 0.69 0.15 12 0.66 0.55
Hex D8 60 42 0 38 45 F C 42 37
Octal 330 140 102 0 70 105 17 14 102 67
Binary 11011000 1100000 1000010 0 111000 1000101 1111 1100 1000010 110111

Color Harmonies of #D86042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86042

Black with #D86042

Text Example


Text Example

White with #D86042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86042; }

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

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

background-color css

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

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

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

border-color css

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

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

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