#D06542

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

Shades of Dark Coral #D06542

Tints of Dark Coral #D06542

Color information

#D06542 (or 0xD06542) is unknown color: approx Dark Coral. HEX triplet: D0, 65 and 42. RGB value is (208,101,66). Sum of RGB (Red+Green+Blue) = 208+101+66=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D06542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06542 is #2F9ABD. Grayscale: #818181. Windows color (decimal): -3119806 or 4351440. OLE color: 4351440.

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

Color convert

RGB20810166-
CMYK00.510.680.18
HSL14.79º60.17%53.73%-
HSV(B)14.79º68.27%81.57%-
XYZ31.6523.117.95-
YUV12992.45184.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.47%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=55.47%
G=26.93%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081016600.510.680.1814.7960.1753.73
HexD065420334412f3c36
Octal32014510206310422177466
Binary110100001100101100001001100111000100100101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06542; }

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

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

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

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

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

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

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

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