#D9503C

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

Shades of Dark Coral #D9503C

Tints of Dark Coral #D9503C

Color information

#D9503C (or 0xD9503C) is unknown color: approx Dark Coral. HEX triplet: D9, 50 and 3C. RGB value is (217,80,60). Sum of RGB (Red+Green+Blue) = 217+80+60=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9503C is #26AFC3. Grayscale: #767676. Windows color (decimal): -2535364 or 3952857. OLE color: 3952857.

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

Color convert

RGB2178060-
CMYK00.630.720.15
HSL7.64º67.38%54.31%-
HSV(B)7.64º72.35%85.1%-
XYZ32.320.826.59-
YUV118.6894.89198.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.78%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 60 (23.83% from 255) = 16.81%
R=60.78%
G=22.41%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217806000.630.720.157.6467.3854.31
HexD9503C03F48F84336
Octal33112074077110171010366
Binary11011001101000011110001111111001000111110001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9503C; }

 p { color: rgb(217,80,60); }

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

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

 a { background-color: rgb(217,80,60); }

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

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

 span { border-color: rgb(217,80,60); }

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