Html Css Color HEX #D56040 Dark Coral

📋 copy color: '#D56040'

red 213 ◦ green 96 ◦ blue 64

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

Shades of Dark Coral #D56040

Tints of Dark Coral #D56040

RGB

 RED value IS 213 (83.59% from 255) = 57.1%

 GREEN value IS 96 (37.89% from 255) = 25.74%

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 57.1%
G = 25.74%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D56040 (or 0xD56040) is known color: Dark Coral. HEX triplet: D5, 60 and 40. RGB value is (213,96,64). Sum of RGB (Red+Green+Blue) = 213+96+64=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D56040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56040 is #2A9FBF. Grayscale: #7F7F7F. Windows color (decimal): -2793408 or 4219093. OLE color: 4219093.

HSL color Cylindrical-coordinate representation of color #D56040: hue angle of 12.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D56040 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 96 64 -
CMYK 0 0.55 0.70 0.16
HSL 12.89º 0.64% 0.54% -
HSV(B) 12.89º 0.7% 0.84% -
XYZ 32.55 22.88 7.55 -
YUV 127.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 213 96 64 0 0.55 0.70 0.16 12.89 0.64 0.54
Hex D5 60 40 0 37 46 10 D 40 36
Octal 325 140 100 0 67 106 20 15 100 66
Binary 11010101 1100000 1000000 0 110111 1000110 10000 1101 1000000 110110

Color Harmonies of #D56040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56040

Black with #D56040

Text Example


Text Example

White with #D56040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56040; }

 p { color: rgb(213,96,64); }

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

background-color css

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

 a { background-color: rgb(213,96,64); }

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

border-color css

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

 span { border-color: rgb(213,96,64); }

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