Html Css Color HEX #D6553B Dark Coral

📋 copy color: '#D6553B'

red 214 ◦ green 85 ◦ blue 59

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

Shades of Dark Coral #D6553B

Tints of Dark Coral #D6553B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.48%

R = 59.78%
G = 23.74%
B = 16.48%

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

#D6553B (or 0xD6553B) is known color: Dark Coral. HEX triplet: D6, 55 and 3B. RGB value is (214,85,59). Sum of RGB (Red+Green+Blue) = 214+85+59=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6553B is #29AAC4. Grayscale: #787878. Windows color (decimal): -2730693 or 3888598. OLE color: 3888598.

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

Color convert

RGB 214 85 59 -
CMYK 0 0.60 0.72 0.16
HSL 10.06º 0.65% 0.54% -
HSV(B) 10.06º 0.72% 0.84% -
XYZ 31.77 21.11 6.54 -
YUV 120.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 214 85 59 0 0.60 0.72 0.16 10.06 0.65 0.54
Hex D6 55 3B 0 3C 48 10 A 41 36
Octal 326 125 73 0 74 110 20 12 101 66
Binary 11010110 1010101 111011 0 111100 1001000 10000 1010 1000001 110110

Color Harmonies of #D6553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6553B

Black with #D6553B

Text Example


Text Example

White with #D6553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6553B; }

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

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

background-color css

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

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

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

border-color css

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

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

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