Html Css Color HEX #D85B45 Dark Coral

📋 copy color: '#D85B45'

red 216 ◦ green 91 ◦ blue 69

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

Shades of Dark Coral #D85B45

Tints of Dark Coral #D85B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 57.45%
G = 24.2%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D85B45 (or 0xD85B45) is known color: Dark Coral. HEX triplet: D8, 5B and 45. RGB value is (216,91,69). Sum of RGB (Red+Green+Blue) = 216+91+69=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B45 is #27A4BA. Grayscale: #7E7E7E. Windows color (decimal): -2598075 or 4545496. OLE color: 4545496.

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

Color convert

RGB 216 91 69 -
CMYK 0 0.58 0.68 0.15
HSL 8.98º 0.65% 0.56% -
HSV(B) 8.98º 0.68% 0.85% -
XYZ 33.13 22.51 8.23 -
YUV 125.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 216 91 69 0 0.58 0.68 0.15 8.98 0.65 0.56
Hex D8 5B 45 0 3A 44 F 9 41 38
Octal 330 133 105 0 72 104 17 11 101 70
Binary 11011000 1011011 1000101 0 111010 1000100 1111 1001 1000001 111000

Color Harmonies of #D85B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B45

Black with #D85B45

Text Example


Text Example

White with #D85B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B45; }

 p { color: rgb(216,91,69); }

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

background-color css

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

 a { background-color: rgb(216,91,69); }

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

border-color css

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

 span { border-color: rgb(216,91,69); }

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