#D06E60

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

Shades of Japonica #D06E60

Tints of Japonica #D06E60

Color information

#D06E60 (or 0xD06E60) is unknown color: approx Japonica. HEX triplet: D0, 6E and 60. RGB value is (208,110,96). Sum of RGB (Red+Green+Blue) = 208+110+96=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E60 is #2F919F. Grayscale: #898989. Windows color (decimal): -3117472 or 6319824. OLE color: 6319824.

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

Color convert

RGB20811096-
CMYK00.470.540.18
HSL7.5º54.37%59.61%-
HSV(B)7.5º53.85%81.57%-
XYZ33.725.4114.19-
YUV137.71104.47178.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.24%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=50.24%
G=26.57%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081109600.470.540.187.554.3759.61
HexD06E6002F36128363c
Octal3201561400576622106674
Binary11010000110111011000000101111110110100101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E60; }

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

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

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

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

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

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

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

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