#D06042

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

Shades of Dark Coral #D06042

Tints of Dark Coral #D06042

Color information

#D06042 (or 0xD06042) is unknown color: approx Dark Coral. HEX triplet: D0, 60 and 42. RGB value is (208,96,66). Sum of RGB (Red+Green+Blue) = 208+96+66=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D06042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06042 is #2F9FBD. Grayscale: #7E7E7E. Windows color (decimal): -3121086 or 4350160. OLE color: 4350160.

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

Color convert

RGB2089666-
CMYK00.540.680.18
HSL12.68º60.17%53.73%-
HSV(B)12.68º68.27%81.57%-
XYZ31.1822.177.79-
YUV126.0794.11186.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.22%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 66 (26.17% from 255) = 17.84%
R=56.22%
G=25.95%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208966600.540.680.1812.6860.1753.73
HexD060420364412d3c36
Octal32014010206610422157466
Binary110100001100000100001001101101000100100101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06042; }

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

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

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

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

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

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

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

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