#D06544

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

Shades of Dark Coral #D06544

Tints of Dark Coral #D06544

Color information

#D06544 (or 0xD06544) is unknown color: approx Dark Coral. HEX triplet: D0, 65 and 44. RGB value is (208,101,68). Sum of RGB (Red+Green+Blue) = 208+101+68=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D06544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06544 is #2F9ABB. Grayscale: #818181. Windows color (decimal): -3119804 or 4482512. OLE color: 4482512.

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

Color convert

RGB20810168-
CMYK00.510.670.18
HSL14.14º59.83%54.12%-
HSV(B)14.14º67.31%81.57%-
XYZ31.7123.138.26-
YUV129.2393.45184.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.17%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 68 (26.95% from 255) = 18.04%
R=55.17%
G=26.79%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081016800.510.670.1814.1459.8354.12
HexD065440334312e3c36
Octal32014510406310322167466
Binary110100001100101100010001100111000011100101110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06544; }

 p { color: rgb(208,101,68); }

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

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

 a { background-color: rgb(208,101,68); }

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

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

 span { border-color: rgb(208,101,68); }

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