#DB5840

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

Shades of Dark Coral #DB5840

Tints of Dark Coral #DB5840

Color information

#DB5840 (or 0xDB5840) is unknown color: approx Dark Coral. HEX triplet: DB, 58 and 40. RGB value is (219,88,64). Sum of RGB (Red+Green+Blue) = 219+88+64=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5840 is #24A7BF. Grayscale: #7C7C7C. Windows color (decimal): -2402240 or 4217051. OLE color: 4217051.

HSL color Cylindrical-coordinate representation of color #DB5840: hue angle of 9.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB5840 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB2198864-
CMYK00.600.710.14
HSL9.29º68.28%55.49%-
HSV(B)9.29º70.78%85.88%-
XYZ33.6322.417.4-
YUV124.4393.9195.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.03%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=59.03%
G=23.72%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219886400.600.710.149.2968.2855.49
HexDB584003C47E94437
Octal333130100074107161110467
Binary110110111011000100000001111001000111111010011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5840; }

 p { color: rgb(219,88,64); }

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

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

 a { background-color: rgb(219,88,64); }

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

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

 span { border-color: rgb(219,88,64); }

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