#D06D59

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

Shades of Japonica #D06D59

Tints of Japonica #D06D59

Color information

#D06D59 (or 0xD06D59) is unknown color: approx Japonica. HEX triplet: D0, 6D and 59. RGB value is (208,109,89). Sum of RGB (Red+Green+Blue) = 208+109+89=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D59 is #2F92A6. Grayscale: #888888. Windows color (decimal): -3117735 or 5860816. OLE color: 5860816.

HSL color Cylindrical-coordinate representation of color #D06D59: hue angle of 10.08º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06D59 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB20810989-
CMYK00.480.570.18
HSL10.08º55.87%58.24%-
HSV(B)10.08º57.21%81.57%-
XYZ33.2825.0712.54-
YUV136.32101.3179.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.23%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 89 (35.16% from 255) = 21.92%
R=51.23%
G=26.85%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081098900.480.570.1810.0855.8758.24
HexD06D590303912a383a
Octal3201551310607122127072
Binary11010000110110110110010110000111001100101010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06D59; }

 p { color: rgb(208,109,89); }

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

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

 a { background-color: rgb(208,109,89); }

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

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

 span { border-color: rgb(208,109,89); }

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