#D87A5D

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

Shades of Japonica #D87A5D

Tints of Japonica #D87A5D

Color information

#D87A5D (or 0xD87A5D) is unknown color: approx Japonica. HEX triplet: D8, 7A and 5D. RGB value is (216,122,93). Sum of RGB (Red+Green+Blue) = 216+122+93=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A5D is #2785A2. Grayscale: #939393. Windows color (decimal): -2590115 or 6126296. OLE color: 6126296.

HSL color Cylindrical-coordinate representation of color #D87A5D: hue angle of 14.15º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D87A5D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21612293-
CMYK00.440.570.15
HSL14.15º61.19%60.59%-
HSV(B)14.15º56.94%84.71%-
XYZ37.2529.3114.05-
YUV146.897.64177.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=50.12%
G=28.31%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161229300.440.570.1514.1561.1960.59
HexD87A5D02C39Fe3d3d
Octal3301721350547117167575
Binary1101100011110101011101010110011100111111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87A5D; }

 p { color: rgb(216,122,93); }

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

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

 a { background-color: rgb(216,122,93); }

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

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

 span { border-color: rgb(216,122,93); }

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