#d06142

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

Shades of Dark Coral #D06142

Tints of Dark Coral #D06142

Color information

#D06142 (or 0xD06142) is unknown color: approx Dark Coral. HEX triplet: D0, 61 and 42. RGB value is (208,97,66). Sum of RGB (Red+Green+Blue) = 208+97+66=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D06142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06142 is #2F9EBD. Grayscale: #7E7E7E. Windows color (decimal): -3120830 or 4350416. OLE color: 4350416.

HSL color Cylindrical-coordinate representation of color #D06142: hue angle of 13.1º 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 #D06142 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB2089766-
CMYK00.530.680.18
HSL13.1º60.17%53.73%-
HSV(B)13.1º68.27%81.57%-
XYZ31.2722.357.82-
YUV126.6693.77186.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.06%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=56.06%
G=26.15%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208976600.530.680.1813.160.1753.73
HexD061420354412d3c36
Octal32014110206510422157466
Binary110100001100001100001001101011000100100101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06142; }

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

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

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

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

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

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

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

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