Html Css Color HEX #D6553E Dark Coral

📋 copy color: '#D6553E'

red 214 ◦ green 85 ◦ blue 62

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

Shades of Dark Coral #D6553E

Tints of Dark Coral #D6553E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 59.28%
G = 23.55%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6553E (or 0xD6553E) is known color: Dark Coral. HEX triplet: D6, 55 and 3E. RGB value is (214,85,62). Sum of RGB (Red+Green+Blue) = 214+85+62=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6553E is #29AAC1. Grayscale: #797979. Windows color (decimal): -2730690 or 4085206. OLE color: 4085206.

HSL color Cylindrical-coordinate representation of color #D6553E: hue angle of 9.08º 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 #D6553E is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 62 -
CMYK 0 0.60 0.71 0.16
HSL 9.08º 0.65% 0.54% -
HSV(B) 9.08º 0.71% 0.84% -
XYZ 31.85 21.14 6.96 -
YUV 120.95 94.74 194.37 -
System Red Green Blue C M Y K H S L
Decimal 214 85 62 0 0.60 0.71 0.16 9.08 0.65 0.54
Hex D6 55 3E 0 3C 47 10 9 41 36
Octal 326 125 76 0 74 107 20 11 101 66
Binary 11010110 1010101 111110 0 111100 1000111 10000 1001 1000001 110110

Color Harmonies of #D6553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6553E

Black with #D6553E

Text Example


Text Example

White with #D6553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6553E; }

 p { color: rgb(214,85,62); }

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

background-color css

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

 a { background-color: rgb(214,85,62); }

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

border-color css

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

 span { border-color: rgb(214,85,62); }

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