#D06E61

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

Shades of Japonica #D06E61

Tints of Japonica #D06E61

Color information

#D06E61 (or 0xD06E61) is unknown color: approx Japonica. HEX triplet: D0, 6E and 61. RGB value is (208,110,97). Sum of RGB (Red+Green+Blue) = 208+110+97=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E61 is #2F919E. Grayscale: #898989. Windows color (decimal): -3117471 or 6385360. OLE color: 6385360.

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

Color convert

RGB20811097-
CMYK00.470.530.18
HSL7.03º54.15%59.8%-
HSV(B)7.03º53.37%81.57%-
XYZ33.7525.4214.44-
YUV137.82104.97178.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.12%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=50.12%
G=26.51%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081109700.470.530.187.0354.1559.8
HexD06E6102F35127363c
Octal320156141057652276674
Binary1101000011011101100001010111111010110010111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E61; }

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

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

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

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

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

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

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

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