Html Css Color HEX #D85A42 Dark Coral

📋 copy color: '#D85A42'

red 216 ◦ green 90 ◦ blue 66

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

Shades of Dark Coral #D85A42

Tints of Dark Coral #D85A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

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

R = 58.06%
G = 24.19%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85A42 (or 0xD85A42) is known color: Dark Coral. HEX triplet: D8, 5A and 42. RGB value is (216,90,66). Sum of RGB (Red+Green+Blue) = 216+90+66=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A42 is #27A5BD. Grayscale: #7D7D7D. Windows color (decimal): -2598334 or 4348632. OLE color: 4348632.

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

Color convert

RGB 216 90 66 -
CMYK 0 0.58 0.69 0.15
HSL 9.6º 0.66% 0.55% -
HSV(B) 9.6º 0.69% 0.85% -
XYZ 32.96 22.3 7.72 -
YUV 124.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 216 90 66 0 0.58 0.69 0.15 9.6 0.66 0.55
Hex D8 5A 42 0 3A 45 F A 42 37
Octal 330 132 102 0 72 105 17 12 102 67
Binary 11011000 1011010 1000010 0 111010 1000101 1111 1010 1000010 110111

Color Harmonies of #D85A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A42

Black with #D85A42

Text Example


Text Example

White with #D85A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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