#D6604A

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

Shades of Dark Coral #D6604A

Tints of Dark Coral #D6604A

Color information

#D6604A (or 0xD6604A) is unknown color: approx Dark Coral. HEX triplet: D6, 60 and 4A. RGB value is (214,96,74). Sum of RGB (Red+Green+Blue) = 214+96+74=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D6604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6604A is #299FB5. Grayscale: #808080. Windows color (decimal): -2727862 or 4874454. OLE color: 4874454.

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

Color convert

RGB2149674-
CMYK00.550.650.16
HSL9.43º63.06%56.47%-
HSV(B)9.43º65.42%83.92%-
XYZ33.1523.169.2-
YUV128.7797.09188.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.73%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 19.27%
R=55.73%
G=25%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214967400.550.650.169.4363.0656.47
HexD6604A037411093f38
Octal32614011206710120117770
Binary110101101100000100101001101111000001100001001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6604A; }

 p { color: rgb(214,96,74); }

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

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

 a { background-color: rgb(214,96,74); }

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

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

 span { border-color: rgb(214,96,74); }

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