Html Css Color HEX #D86342 Dark Coral

📋 copy color: '#D86342'

red 216 ◦ green 99 ◦ blue 66

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

Shades of Dark Coral #D86342

Tints of Dark Coral #D86342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 56.69%
G = 25.98%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D86342 (or 0xD86342) is known color: Dark Coral. HEX triplet: D8, 63 and 42. RGB value is (216,99,66). Sum of RGB (Red+Green+Blue) = 216+99+66=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D86342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86342 is #279CBD. Grayscale: #828282. Windows color (decimal): -2596030 or 4350936. OLE color: 4350936.

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

Color convert

RGB 216 99 66 -
CMYK 0 0.54 0.69 0.15
HSL 13.2º 0.66% 0.55% -
HSV(B) 13.2º 0.69% 0.85% -
XYZ 33.76 23.92 7.99 -
YUV 130.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 216 99 66 0 0.54 0.69 0.15 13.2 0.66 0.55
Hex D8 63 42 0 36 45 F D 42 37
Octal 330 143 102 0 66 105 17 15 102 67
Binary 11011000 1100011 1000010 0 110110 1000101 1111 1101 1000010 110111

Color Harmonies of #D86342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86342

Black with #D86342

Text Example


Text Example

White with #D86342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86342; }

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

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

background-color css

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

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

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

border-color css

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

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

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