#D06C59

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

Shades of Japonica #D06C59

Tints of Japonica #D06C59

Color information

#D06C59 (or 0xD06C59) is unknown color: approx Japonica. HEX triplet: D0, 6C and 59. RGB value is (208,108,89). Sum of RGB (Red+Green+Blue) = 208+108+89=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C59 is #2F93A6. Grayscale: #878787. Windows color (decimal): -3117991 or 5860560. OLE color: 5860560.

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

Color convert

RGB20810889-
CMYK00.480.570.18
HSL9.58º55.87%58.24%-
HSV(B)9.58º57.21%81.57%-
XYZ33.1824.8612.5-
YUV135.73101.63179.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.36%
GREEN value IS 108 (42.58% from 255) = 26.67%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=51.36%
G=26.67%
B=21.98%

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
Decimal2081088900.480.570.189.5855.8758.24
HexD06C590303912a383a
Octal3201541310607122127072
Binary11010000110110010110010110000111001100101010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C59; }

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

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

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

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

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

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

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

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