#D95A3E

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

Shades of Dark Coral #D95A3E

Tints of Dark Coral #D95A3E

Color information

#D95A3E (or 0xD95A3E) is unknown color: approx Dark Coral. HEX triplet: D9, 5A and 3E. RGB value is (217,90,62). Sum of RGB (Red+Green+Blue) = 217+90+62=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95A3E is #26A5C1. Grayscale: #7D7D7D. Windows color (decimal): -2532802 or 4086489. OLE color: 4086489.

HSL color Cylindrical-coordinate representation of color #D95A3E: hue angle of 10.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D95A3E is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2179062-
CMYK00.590.710.15
HSL10.84º67.1%54.71%-
HSV(B)10.84º71.43%85.1%-
XYZ33.1422.417.14-
YUV124.7892.58193.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.81%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=58.81%
G=24.39%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217906200.590.710.1510.8467.154.71
HexD95A3E03B47Fb4337
Octal33113276073107171310367
Binary11011001101101011111001110111000111111110111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A3E; }

 p { color: rgb(217,90,62); }

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

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

 a { background-color: rgb(217,90,62); }

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

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

 span { border-color: rgb(217,90,62); }

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