#D17062

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

Shades of Japonica #D17062

Tints of Japonica #D17062

Color information

#D17062 (or 0xD17062) is unknown color: approx Japonica. HEX triplet: D1, 70 and 62. RGB value is (209,112,98). Sum of RGB (Red+Green+Blue) = 209+112+98=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D17062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17062 is #2E8F9D. Grayscale: #8B8B8B. Windows color (decimal): -3051422 or 6451409. OLE color: 6451409.

HSL color Cylindrical-coordinate representation of color #D17062: hue angle of 7.57º degrees, saturation: 0.55, 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 #D17062 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB20911298-
CMYK00.460.530.18
HSL7.57º54.68%60.2%-
HSV(B)7.57º53.11%81.96%-
XYZ34.2926.0314.77-
YUV139.41104.64177.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.88%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=49.88%
G=26.73%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091129800.460.530.187.5754.6860.2
HexD1706202E35128373c
Octal3211601420566522106774
Binary11010001111000011000100101110110101100101000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17062; }

 p { color: rgb(209,112,98); }

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

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

 a { background-color: rgb(209,112,98); }

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

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

 span { border-color: rgb(209,112,98); }

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