#D65C44

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

Shades of Dark Coral #D65C44

Tints of Dark Coral #D65C44

Color information

#D65C44 (or 0xD65C44) is unknown color: approx Dark Coral. HEX triplet: D6, 5C and 44. RGB value is (214,92,68). Sum of RGB (Red+Green+Blue) = 214+92+68=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C44 is #29A3BB. Grayscale: #7D7D7D. Windows color (decimal): -2728892 or 4480214. OLE color: 4480214.

HSL color Cylindrical-coordinate representation of color #D65C44: hue angle of 9.86º 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 #D65C44 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB2149268-
CMYK00.570.680.16
HSL9.86º64.04%55.29%-
HSV(B)9.86º68.22%83.92%-
XYZ32.622.378.07-
YUV125.7495.42190.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 68 (26.95% from 255) = 18.18%
R=57.22%
G=24.60%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214926800.570.680.169.8664.0455.29
HexD65C440394410a4037
Octal326134104071104201210067
Binary1101011010111001000100011100110001001000010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C44; }

 p { color: rgb(214,92,68); }

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

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

 a { background-color: rgb(214,92,68); }

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

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

 span { border-color: rgb(214,92,68); }

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