#D66349

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

Shades of Dark Coral #D66349

Tints of Dark Coral #D66349

Color information

#D66349 (or 0xD66349) is unknown color: approx Dark Coral. HEX triplet: D6, 63 and 49. RGB value is (214,99,73). Sum of RGB (Red+Green+Blue) = 214+99+73=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D66349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66349 is #299CB6. Grayscale: #828282. Windows color (decimal): -2727095 or 4809686. OLE color: 4809686.

HSL color Cylindrical-coordinate representation of color #D66349: hue angle of 11.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D66349 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2149973-
CMYK00.540.660.16
HSL11.06º63.23%56.27%-
HSV(B)11.06º65.89%83.92%-
XYZ33.423.79.12-
YUV130.4295.6187.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.44%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=55.44%
G=25.65%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214997300.540.660.1611.0663.2356.27
HexD663490364210b3f38
Octal32614311106610220137770
Binary110101101100011100100101101101000010100001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66349; }

 p { color: rgb(214,99,73); }

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

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

 a { background-color: rgb(214,99,73); }

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

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

 span { border-color: rgb(214,99,73); }

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