Html Css Color HEX #D6543D Dark Coral

📋 copy color: '#D6543D'

red 214 ◦ green 84 ◦ blue 61

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

Shades of Dark Coral #D6543D

Tints of Dark Coral #D6543D

RGB

 RED value IS 214 (83.98% from 255) = 59.61%

 GREEN value IS 84 (33.2% from 255) = 23.4%

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 59.61%
G = 23.4%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6543D (or 0xD6543D) is known color: Dark Coral. HEX triplet: D6, 54 and 3D. RGB value is (214,84,61). Sum of RGB (Red+Green+Blue) = 214+84+61=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6543D is #29ABC2. Grayscale: #787878. Windows color (decimal): -2730947 or 4019414. OLE color: 4019414.

HSL color Cylindrical-coordinate representation of color #D6543D: hue angle of 9.02º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6543D is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 84 61 -
CMYK 0 0.61 0.71 0.16
HSL 9.02º 0.65% 0.54% -
HSV(B) 9.02º 0.71% 0.84% -
XYZ 31.74 20.97 6.79 -
YUV 120.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 214 84 61 0 0.61 0.71 0.16 9.02 0.65 0.54
Hex D6 54 3D 0 3D 47 10 9 41 36
Octal 326 124 75 0 75 107 20 11 101 66
Binary 11010110 1010100 111101 0 111101 1000111 10000 1001 1000001 110110

Color Harmonies of #D6543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6543D

Black with #D6543D

Text Example


Text Example

White with #D6543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6543D; }

 p { color: rgb(214,84,61); }

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

background-color css

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

 a { background-color: rgb(214,84,61); }

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

border-color css

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

 span { border-color: rgb(214,84,61); }

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