Html Css Color HEX #D6553C Dark Coral

📋 copy color: '#D6553C'

red 214 ◦ green 85 ◦ blue 60

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

Shades of Dark Coral #D6553C

Tints of Dark Coral #D6553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 59.61%
G = 23.68%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6553C (or 0xD6553C) is known color: Dark Coral. HEX triplet: D6, 55 and 3C. RGB value is (214,85,60). Sum of RGB (Red+Green+Blue) = 214+85+60=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6553C is #29AAC3. Grayscale: #787878. Windows color (decimal): -2730692 or 3954134. OLE color: 3954134.

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

Color convert

RGB 214 85 60 -
CMYK 0 0.60 0.72 0.16
HSL 9.74º 0.65% 0.54% -
HSV(B) 9.74º 0.72% 0.84% -
XYZ 31.8 21.12 6.68 -
YUV 120.72 93.74 194.53 -
System Red Green Blue C M Y K H S L
Decimal 214 85 60 0 0.60 0.72 0.16 9.74 0.65 0.54
Hex D6 55 3C 0 3C 48 10 A 41 36
Octal 326 125 74 0 74 110 20 12 101 66
Binary 11010110 1010101 111100 0 111100 1001000 10000 1010 1000001 110110

Color Harmonies of #D6553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6553C

Black with #D6553C

Text Example


Text Example

White with #D6553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6553C; }

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

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

background-color css

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

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

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

border-color css

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

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

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