Html Css Color HEX #D85A41 Dark Coral

📋 copy color: '#D85A41'

red 216 ◦ green 90 ◦ blue 65

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

Shades of Dark Coral #D85A41

Tints of Dark Coral #D85A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 58.22%
G = 24.26%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85A41 (or 0xD85A41) is known color: Dark Coral. HEX triplet: D8, 5A and 41. RGB value is (216,90,65). Sum of RGB (Red+Green+Blue) = 216+90+65=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A41 is #27A5BE. Grayscale: #7D7D7D. Windows color (decimal): -2598335 or 4283096. OLE color: 4283096.

HSL color Cylindrical-coordinate representation of color #D85A41: hue angle of 9.93º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85A41 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 65 -
CMYK 0 0.58 0.70 0.15
HSL 9.93º 0.66% 0.55% -
HSV(B) 9.93º 0.7% 0.85% -
XYZ 32.93 22.29 7.57 -
YUV 124.82 94.24 193.03 -
System Red Green Blue C M Y K H S L
Decimal 216 90 65 0 0.58 0.70 0.15 9.93 0.66 0.55
Hex D8 5A 41 0 3A 46 F A 42 37
Octal 330 132 101 0 72 106 17 12 102 67
Binary 11011000 1011010 1000001 0 111010 1000110 1111 1010 1000010 110111

Color Harmonies of #D85A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A41

Black with #D85A41

Text Example


Text Example

White with #D85A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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