Html Css Color HEX #D85E42 Dark Coral

📋 copy color: '#D85E42'

red 216 ◦ green 94 ◦ blue 66

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

Shades of Dark Coral #D85E42

Tints of Dark Coral #D85E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

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

R = 57.45%
G = 25%
B = 17.55%

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

#D85E42 (or 0xD85E42) is known color: Dark Coral. HEX triplet: D8, 5E and 42. RGB value is (216,94,66). Sum of RGB (Red+Green+Blue) = 216+94+66=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E42 is #27A1BD. Grayscale: #7F7F7F. Windows color (decimal): -2597310 or 4349656. OLE color: 4349656.

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

Color convert

RGB 216 94 66 -
CMYK 0 0.56 0.69 0.15
HSL 11.2º 0.66% 0.55% -
HSV(B) 11.2º 0.69% 0.85% -
XYZ 33.3 23 7.84 -
YUV 127.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 216 94 66 0 0.56 0.69 0.15 11.2 0.66 0.55
Hex D8 5E 42 0 38 45 F B 42 37
Octal 330 136 102 0 70 105 17 13 102 67
Binary 11011000 1011110 1000010 0 111000 1000101 1111 1011 1000010 110111

Color Harmonies of #D85E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E42

Black with #D85E42

Text Example


Text Example

White with #D85E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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