#D65A41

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

Shades of Dark Coral #D65A41

Tints of Dark Coral #D65A41

Color information

#D65A41 (or 0xD65A41) is unknown color: approx Dark Coral. HEX triplet: D6, 5A and 41. RGB value is (214,90,65). Sum of RGB (Red+Green+Blue) = 214+90+65=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A41 is #29A5BE. Grayscale: #7C7C7C. Windows color (decimal): -2729407 or 4283094. OLE color: 4283094.

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

Color convert

RGB2149065-
CMYK00.580.700.16
HSL10.07º64.5%54.71%-
HSV(B)10.07º69.63%83.92%-
XYZ32.3421.997.54-
YUV124.2394.58192.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.99%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=57.99%
G=24.39%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214906500.580.700.1610.0764.554.71
HexD65A4103A4610a4137
Octal326132101072106201210167
Binary1101011010110101000001011101010001101000010101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A41; }

 p { color: rgb(214,90,65); }

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

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

 a { background-color: rgb(214,90,65); }

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

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

 span { border-color: rgb(214,90,65); }

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