#D6523E

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

Shades of Dark Coral #D6523E

Tints of Dark Coral #D6523E

Color information

#D6523E (or 0xD6523E) is unknown color: approx Dark Coral. HEX triplet: D6, 52 and 3E. RGB value is (214,82,62). Sum of RGB (Red+Green+Blue) = 214+82+62=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6523E is #29ADC1. Grayscale: #777777. Windows color (decimal): -2731458 or 4084438. OLE color: 4084438.

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

Color convert

RGB2148262-
CMYK00.620.710.16
HSL7.89º64.96%54.12%-
HSV(B)7.89º71.03%83.92%-
XYZ31.6220.686.88-
YUV119.1995.73195.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.78%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 62 (24.61% from 255) = 17.32%
R=59.78%
G=22.91%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214826200.620.710.167.8964.9654.12
HexD6523E03E471084136
Octal32612276076107201010166
Binary110101101010010111110011111010001111000010001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6523E; }

 p { color: rgb(214,82,62); }

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

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

 a { background-color: rgb(214,82,62); }

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

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

 span { border-color: rgb(214,82,62); }

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