#D06F63

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

Shades of Japonica #D06F63

Tints of Japonica #D06F63

Color information

#D06F63 (or 0xD06F63) is unknown color: approx Japonica. HEX triplet: D0, 6F and 63. RGB value is (208,111,99). Sum of RGB (Red+Green+Blue) = 208+111+99=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F63 is #2F909C. Grayscale: #8A8A8A. Windows color (decimal): -3117213 or 6516688. OLE color: 6516688.

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

Color convert

RGB20811199-
CMYK00.470.520.18
HSL6.61º53.69%60.2%-
HSV(B)6.61º52.4%81.57%-
XYZ33.9525.6814.97-
YUV138.64105.64177.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.76%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=49.76%
G=26.56%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081119900.470.520.186.6153.6960.2
HexD06F6302F34127363c
Octal320157143057642276674
Binary1101000011011111100011010111111010010010111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06F63; }

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

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

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

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

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

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

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

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