#D66240

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

Shades of Dark Coral #D66240

Tints of Dark Coral #D66240

Color information

#D66240 (or 0xD66240) is unknown color: approx Dark Coral. HEX triplet: D6, 62 and 40. RGB value is (214,98,64). Sum of RGB (Red+Green+Blue) = 214+98+64=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D66240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66240 is #299DBF. Grayscale: #818181. Windows color (decimal): -2727360 or 4219606. OLE color: 4219606.

HSL color Cylindrical-coordinate representation of color #D66240: hue angle of 13.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D66240 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB2149864-
CMYK00.540.700.16
HSL13.6º64.66%54.51%-
HSV(B)13.6º70.09%83.92%-
XYZ33.0223.47.63-
YUV128.8191.43188.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 64 (25.39% from 255) = 17.02%
R=56.91%
G=26.06%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214986400.540.700.1613.664.6654.51
HexD662400364610e4137
Octal326142100066106201610167
Binary1101011011000101000000011011010001101000011101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66240; }

 p { color: rgb(214,98,64); }

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

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

 a { background-color: rgb(214,98,64); }

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

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

 span { border-color: rgb(214,98,64); }

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