#D7715C

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

Shades of Japonica #D7715C

Tints of Japonica #D7715C

Color information

#D7715C (or 0xD7715C) is unknown color: approx Japonica. HEX triplet: D7, 71 and 5C. RGB value is (215,113,92). Sum of RGB (Red+Green+Blue) = 215+113+92=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7715C is #288EA3. Grayscale: #8D8D8D. Windows color (decimal): -2657956 or 6058455. OLE color: 6058455.

HSL color Cylindrical-coordinate representation of color #D7715C: hue angle of 10.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7715C is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21511392-
CMYK00.470.570.16
HSL10.24º60.59%60.2%-
HSV(B)10.24º57.21%84.31%-
XYZ35.8627.0313.45-
YUV141.1100.29180.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=51.19%
G=26.90%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151139200.470.570.1610.2460.5960.2
HexD7715C02F3910a3d3c
Octal3271611340577120127574
Binary11010111111000110111000101111111001100001010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7715C; }

 p { color: rgb(215,113,92); }

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

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

 a { background-color: rgb(215,113,92); }

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

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

 span { border-color: rgb(215,113,92); }

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