#D06F60

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

Shades of Japonica #D06F60

Tints of Japonica #D06F60

Color information

#D06F60 (or 0xD06F60) is unknown color: approx Japonica. HEX triplet: D0, 6F and 60. RGB value is (208,111,96). Sum of RGB (Red+Green+Blue) = 208+111+96=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F60 is #2F909F. Grayscale: #8A8A8A. Windows color (decimal): -3117216 or 6320080. OLE color: 6320080.

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

Color convert

RGB20811196-
CMYK00.470.540.18
HSL8.04º54.37%59.61%-
HSV(B)8.04º53.85%81.57%-
XYZ33.8125.6214.23-
YUV138.29104.14177.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.12%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=50.12%
G=26.75%
B=23.13%

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
Decimal2081119600.470.540.188.0454.3759.61
HexD06F6002F36128363c
Octal3201571400576622106674
Binary11010000110111111000000101111110110100101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06F60; }

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

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

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

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

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

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

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

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