Html Css Color HEX #D85D46 Dark Coral

📋 copy color: '#D85D46'

red 216 ◦ green 93 ◦ blue 70

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

Shades of Dark Coral #D85D46

Tints of Dark Coral #D85D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 56.99%
G = 24.54%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D85D46 (or 0xD85D46) is known color: Dark Coral. HEX triplet: D8, 5D and 46. RGB value is (216,93,70). Sum of RGB (Red+Green+Blue) = 216+93+70=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D46 is #27A2B9. Grayscale: #7F7F7F. Windows color (decimal): -2597562 or 4611544. OLE color: 4611544.

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

Color convert

RGB 216 93 70 -
CMYK 0 0.57 0.68 0.15
HSL 9.45º 0.65% 0.56% -
HSV(B) 9.45º 0.68% 0.85% -
XYZ 33.34 22.87 8.45 -
YUV 127.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 216 93 70 0 0.57 0.68 0.15 9.45 0.65 0.56
Hex D8 5D 46 0 39 44 F 9 41 38
Octal 330 135 106 0 71 104 17 11 101 70
Binary 11011000 1011101 1000110 0 111001 1000100 1111 1001 1000001 111000

Color Harmonies of #D85D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D46

Black with #D85D46

Text Example


Text Example

White with #D85D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D46; }

 p { color: rgb(216,93,70); }

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

background-color css

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

 a { background-color: rgb(216,93,70); }

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

border-color css

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

 span { border-color: rgb(216,93,70); }

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