#D65D3E

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

Shades of Dark Coral #D65D3E

Tints of Dark Coral #D65D3E

Color information

#D65D3E (or 0xD65D3E) is unknown color: approx Dark Coral. HEX triplet: D6, 5D and 3E. RGB value is (214,93,62). Sum of RGB (Red+Green+Blue) = 214+93+62=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D3E is #29A2C1. Grayscale: #7D7D7D. Windows color (decimal): -2728642 or 4087254. OLE color: 4087254.

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

Color convert

RGB2149362-
CMYK00.570.710.16
HSL12.24º64.96%54.12%-
HSV(B)12.24º71.03%83.92%-
XYZ32.5222.477.18-
YUV125.6492.09191.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.99%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=57.99%
G=25.20%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214936200.570.710.1612.2464.9654.12
HexD65D3E0394710c4136
Octal32613576071107201410166
Binary110101101011101111110011100110001111000011001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65D3E; }

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

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

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

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

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

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

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

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