#D15D40

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

Shades of Dark Coral #D15D40

Tints of Dark Coral #D15D40

Color information

#D15D40 (or 0xD15D40) is unknown color: approx Dark Coral. HEX triplet: D1, 5D and 40. RGB value is (209,93,64). Sum of RGB (Red+Green+Blue) = 209+93+64=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D40 is #2EA2BF. Grayscale: #7C7C7C. Windows color (decimal): -3056320 or 4218321. OLE color: 4218321.

HSL color Cylindrical-coordinate representation of color #D15D40: hue angle of 12º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D15D40 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB2099364-
CMYK00.560.690.18
HSL12º61.18%53.53%-
HSV(B)12º69.38%81.96%-
XYZ31.1321.757.41-
YUV124.3893.93188.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.10%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=57.10%
G=25.41%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209936400.560.690.181261.1853.53
HexD15D400384512c3d36
Octal32113510007010522147566
Binary110100011011101100000001110001000101100101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D40; }

 p { color: rgb(209,93,64); }

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

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

 a { background-color: rgb(209,93,64); }

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

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

 span { border-color: rgb(209,93,64); }

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