#D07163

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

Shades of Japonica #D07163

Tints of Japonica #D07163

Color information

#D07163 (or 0xD07163) is unknown color: approx Japonica. HEX triplet: D0, 71 and 63. RGB value is (208,113,99). Sum of RGB (Red+Green+Blue) = 208+113+99=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D07163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07163 is #2F8E9C. Grayscale: #8B8B8B. Windows color (decimal): -3116701 or 6517200. OLE color: 6517200.

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

Color convert

RGB20811399-
CMYK00.460.520.18
HSL7.71º53.69%60.2%-
HSV(B)7.71º52.4%81.57%-
XYZ34.1726.1215.05-
YUV139.81104.97176.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.52%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=49.52%
G=26.90%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081139900.460.520.187.7153.6960.2
HexD0716302E34128363c
Octal3201611430566422106674
Binary11010000111000111000110101110110100100101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07163; }

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

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

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

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

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

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

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

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