#D87755

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

Shades of Japonica #D87755

Tints of Japonica #D87755

Color information

#D87755 (or 0xD87755) is unknown color: approx Japonica. HEX triplet: D8, 77 and 55. RGB value is (216,119,85). Sum of RGB (Red+Green+Blue) = 216+119+85=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D87755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87755 is #2788AA. Grayscale: #909090. Windows color (decimal): -2590891 or 5601240. OLE color: 5601240.

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

Color convert

RGB21611985-
CMYK00.450.610.15
HSL15.57º62.68%59.02%-
HSV(B)15.57º60.65%84.71%-
XYZ36.5628.4512.16-
YUV144.1394.64179.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.43%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=51.43%
G=28.33%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161198500.450.610.1515.5762.6859.02
HexD8775502D3DF103f3b
Octal3301671250557517207773
Binary11011000111011110101010101101111101111110000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87755; }

 p { color: rgb(216,119,85); }

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

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

 a { background-color: rgb(216,119,85); }

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

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

 span { border-color: rgb(216,119,85); }

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