Html Css Color HEX #D6553F Dark Coral

📋 copy color: '#D6553F'

red 214 ◦ green 85 ◦ blue 63

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

Shades of Dark Coral #D6553F

Tints of Dark Coral #D6553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.4%

R = 59.12%
G = 23.48%
B = 17.4%

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

#D6553F (or 0xD6553F) is known color: Dark Coral. HEX triplet: D6, 55 and 3F. RGB value is (214,85,63). Sum of RGB (Red+Green+Blue) = 214+85+63=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6553F is #29AAC0. Grayscale: #797979. Windows color (decimal): -2730689 or 4150742. OLE color: 4150742.

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

Color convert

RGB 214 85 63 -
CMYK 0 0.60 0.71 0.16
HSL 8.74º 0.65% 0.54% -
HSV(B) 8.74º 0.71% 0.84% -
XYZ 31.88 21.15 7.11 -
YUV 121.06 95.24 194.29 -
System Red Green Blue C M Y K H S L
Decimal 214 85 63 0 0.60 0.71 0.16 8.74 0.65 0.54
Hex D6 55 3F 0 3C 47 10 9 41 36
Octal 326 125 77 0 74 107 20 11 101 66
Binary 11010110 1010101 111111 0 111100 1000111 10000 1001 1000001 110110

Color Harmonies of #D6553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6553F

Black with #D6553F

Text Example


Text Example

White with #D6553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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