#D56442

Color #D56442 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D56442

Tints of Dark Coral #D56442

Color information

#D56442 (or 0xD56442) is unknown color: approx Dark Coral. HEX triplet: D5, 64 and 42. RGB value is (213,100,66). Sum of RGB (Red+Green+Blue) = 213+100+66=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D56442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56442 is #2A9BBD. Grayscale: #828282. Windows color (decimal): -2792382 or 4351189. OLE color: 4351189.

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

Color convert

RGB21310066-
CMYK00.530.690.16
HSL13.88º63.64%54.71%-
HSV(B)13.88º69.01%83.53%-
XYZ32.9823.657.98-
YUV129.9191.94187.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.20%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 66 (26.17% from 255) = 17.41%
R=56.20%
G=26.39%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131006600.530.690.1613.8863.6454.71
HexD564420354510e4037
Octal325144102065105201610067
Binary1101010111001001000010011010110001011000011101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56442; }

 p { color: rgb(213,100,66); }

 H1.HeaderClassName
 {
   color: #D56442;
 }
 .AnyTagClassName
 {
   color: #D56442;
 }
</style>
background-color css

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

 a { background-color: rgb(213,100,66); }

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

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

 span { border-color: rgb(213,100,66); }

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