#D7715D

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

Shades of Japonica #D7715D

Tints of Japonica #D7715D

Color information

#D7715D (or 0xD7715D) is unknown color: approx Japonica. HEX triplet: D7, 71 and 5D. RGB value is (215,113,93). Sum of RGB (Red+Green+Blue) = 215+113+93=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7715D is #288EA2. Grayscale: #8D8D8D. Windows color (decimal): -2657955 or 6123991. OLE color: 6123991.

HSL color Cylindrical-coordinate representation of color #D7715D: hue angle of 9.84º degrees, saturation: 0.6, 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 #D7715D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21511393-
CMYK00.470.570.16
HSL9.84º60.4%60.39%-
HSV(B)9.84º56.74%84.31%-
XYZ35.9127.0513.68-
YUV141.22100.79180.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=51.07%
G=26.84%
B=22.09%

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
Decimal2151139300.470.570.169.8460.460.39
HexD7715D02F3910a3c3c
Octal3271611350577120127474
Binary11010111111000110111010101111111001100001010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7715D; }

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

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

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

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

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

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

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

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