#D66243

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

Shades of Dark Coral #D66243

Tints of Dark Coral #D66243

Color information

#D66243 (or 0xD66243) is unknown color: approx Dark Coral. HEX triplet: D6, 62 and 43. RGB value is (214,98,67). Sum of RGB (Red+Green+Blue) = 214+98+67=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D66243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66243 is #299DBC. Grayscale: #818181. Windows color (decimal): -2727357 or 4416214. OLE color: 4416214.

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

Color convert

RGB2149867-
CMYK00.540.690.16
HSL12.65º64.19%55.1%-
HSV(B)12.65º68.69%83.92%-
XYZ33.1123.448.09-
YUV129.1592.93188.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.46%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 67 (26.56% from 255) = 17.68%
R=56.46%
G=25.86%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214986700.540.690.1612.6564.1955.1
HexD662430364510d4037
Octal326142103066105201510067
Binary1101011011000101000011011011010001011000011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66243; }

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

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

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

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

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

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

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

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