Html Css Color HEX #D05547 Dark Coral

📋 copy color: '#D05547'

red 208 ◦ green 85 ◦ blue 71

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

Shades of Dark Coral #D05547

Tints of Dark Coral #D05547

RGB

 RED value IS 208 (81.64% from 255) = 57.14%

 GREEN value IS 85 (33.59% from 255) = 23.35%

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 57.14%
G = 23.35%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D05547 (or 0xD05547) is known color: Dark Coral. HEX triplet: D0, 55 and 47. RGB value is (208,85,71). Sum of RGB (Red+Green+Blue) = 208+85+71=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D05547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05547 is #2FAAB8. Grayscale: #787878. Windows color (decimal): -3123897 or 4675024. OLE color: 4675024.

HSL color Cylindrical-coordinate representation of color #D05547: hue angle of 6.13º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D05547 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 85 71 -
CMYK 0 0.59 0.66 0.18
HSL 6.13º 0.59% 0.55% -
HSV(B) 6.13º 0.66% 0.82% -
XYZ 30.4 20.36 8.29 -
YUV 120.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 208 85 71 0 0.59 0.66 0.18 6.13 0.59 0.55
Hex D0 55 47 0 3B 42 12 6 3B 37
Octal 320 125 107 0 73 102 22 6 73 67
Binary 11010000 1010101 1000111 0 111011 1000010 10010 110 111011 110111

Color Harmonies of #D05547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05547

Black with #D05547

Text Example


Text Example

White with #D05547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05547; }

 p { color: rgb(208,85,71); }

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

background-color css

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

 a { background-color: rgb(208,85,71); }

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

border-color css

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

 span { border-color: rgb(208,85,71); }

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