#D05641

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

Shades of Dark Coral #D05641

Tints of Dark Coral #D05641

Color information

#D05641 (or 0xD05641) is unknown color: approx Dark Coral. HEX triplet: D0, 56 and 41. RGB value is (208,86,65). Sum of RGB (Red+Green+Blue) = 208+86+65=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D05641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05641 is #2FA9BE. Grayscale: #787878. Windows color (decimal): -3123647 or 4282064. OLE color: 4282064.

HSL color Cylindrical-coordinate representation of color #D05641: hue angle of 8.81º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D05641 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB2088665-
CMYK00.590.690.18
HSL8.81º60.34%53.53%-
HSV(B)8.81º68.75%81.57%-
XYZ30.2920.457.35-
YUV120.0896.92190.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.94%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 65 (25.78% from 255) = 18.11%
R=57.94%
G=23.96%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208866500.590.690.188.8160.3453.53
HexD0564103B451293c36
Octal32012610107310522117466
Binary110100001010110100000101110111000101100101001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05641; }

 p { color: rgb(208,86,65); }

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

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

 a { background-color: rgb(208,86,65); }

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

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

 span { border-color: rgb(208,86,65); }

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