#D66445

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

Shades of Dark Coral #D66445

Tints of Dark Coral #D66445

Color information

#D66445 (or 0xD66445) is unknown color: approx Dark Coral. HEX triplet: D6, 64 and 45. RGB value is (214,100,69). Sum of RGB (Red+Green+Blue) = 214+100+69=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D66445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66445 is #299BBA. Grayscale: #828282. Windows color (decimal): -2726843 or 4547798. OLE color: 4547798.

HSL color Cylindrical-coordinate representation of color #D66445: hue angle of 12.83º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D66445 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21410069-
CMYK00.530.680.16
HSL12.83º63.88%55.49%-
HSV(B)12.83º67.76%83.92%-
XYZ33.3623.848.47-
YUV130.5593.27187.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.87%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=55.87%
G=26.11%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141006900.530.680.1612.8363.8855.49
HexD664450354410d4037
Octal326144105065104201510067
Binary1101011011001001000101011010110001001000011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66445; }

 p { color: rgb(214,100,69); }

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

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

 a { background-color: rgb(214,100,69); }

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

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

 span { border-color: rgb(214,100,69); }

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