#D7715E

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

Shades of Japonica #D7715E

Tints of Japonica #D7715E

Color information

#D7715E (or 0xD7715E) is unknown color: approx Japonica. HEX triplet: D7, 71 and 5E. RGB value is (215,113,94). Sum of RGB (Red+Green+Blue) = 215+113+94=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7715E is #288EA1. Grayscale: #8D8D8D. Windows color (decimal): -2657954 or 6189527. OLE color: 6189527.

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

Color convert

RGB21511394-
CMYK00.470.560.16
HSL9.42º60.2%60.59%-
HSV(B)9.42º56.28%84.31%-
XYZ35.9527.0713.92-
YUV141.33101.29180.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.95%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=50.95%
G=26.78%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151139400.470.560.169.4260.260.59
HexD7715E02F381093c3d
Octal3271611360577020117475
Binary11010111111000110111100101111111000100001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7715E; }

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

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

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

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

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

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

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

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