Html Css Color HEX #D85D44 Dark Coral

📋 copy color: '#D85D44'

red 216 ◦ green 93 ◦ blue 68

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

Shades of Dark Coral #D85D44

Tints of Dark Coral #D85D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.04%

R = 57.29%
G = 24.67%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85D44 (or 0xD85D44) is known color: Dark Coral. HEX triplet: D8, 5D and 44. RGB value is (216,93,68). Sum of RGB (Red+Green+Blue) = 216+93+68=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D44 is #27A2BB. Grayscale: #7F7F7F. Windows color (decimal): -2597564 or 4480472. OLE color: 4480472.

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

Color convert

RGB 216 93 68 -
CMYK 0 0.57 0.69 0.15
HSL 10.14º 0.65% 0.56% -
HSV(B) 10.14º 0.69% 0.85% -
XYZ 33.28 22.84 8.12 -
YUV 126.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 216 93 68 0 0.57 0.69 0.15 10.14 0.65 0.56
Hex D8 5D 44 0 39 45 F A 41 38
Octal 330 135 104 0 71 105 17 12 101 70
Binary 11011000 1011101 1000100 0 111001 1000101 1111 1010 1000001 111000

Color Harmonies of #D85D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D44

Black with #D85D44

Text Example


Text Example

White with #D85D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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