#D15A3D

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

Shades of Dark Coral #D15A3D

Tints of Dark Coral #D15A3D

Color information

#D15A3D (or 0xD15A3D) is unknown color: approx Dark Coral. HEX triplet: D1, 5A and 3D. RGB value is (209,90,61). Sum of RGB (Red+Green+Blue) = 209+90+61=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A3D is #2EA5C2. Grayscale: #7A7A7A. Windows color (decimal): -3057091 or 4020945. OLE color: 4020945.

HSL color Cylindrical-coordinate representation of color #D15A3D: hue angle of 11.76º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D15A3D is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2099061-
CMYK00.570.710.18
HSL11.76º61.67%52.94%-
HSV(B)11.76º70.81%81.96%-
XYZ30.7921.26.88-
YUV122.2893.42189.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.06%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=58.06%
G=25%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209906100.570.710.1811.7661.6752.94
HexD15A3D0394712c3e35
Octal3211327507110722147665
Binary11010001101101011110101110011000111100101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A3D; }

 p { color: rgb(209,90,61); }

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

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

 a { background-color: rgb(209,90,61); }

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

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

 span { border-color: rgb(209,90,61); }

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