#D8785A

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

Shades of Japonica #D8785A

Tints of Japonica #D8785A

Color information

#D8785A (or 0xD8785A) is unknown color: approx Japonica. HEX triplet: D8, 78 and 5A. RGB value is (216,120,90). Sum of RGB (Red+Green+Blue) = 216+120+90=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8785A is #2787A5. Grayscale: #919191. Windows color (decimal): -2590630 or 5929176. OLE color: 5929176.

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

Color convert

RGB21612090-
CMYK00.440.580.15
HSL14.29º61.76%60%-
HSV(B)14.29º58.33%84.71%-
XYZ36.8828.7713.28-
YUV145.2896.8178.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=50.70%
G=28.17%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161209000.440.580.1514.2961.7660
HexD8785A02C3AFe3e3c
Octal3301701320547217167674
Binary1101100011110001011010010110011101011111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8785A; }

 p { color: rgb(216,120,90); }

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

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

 a { background-color: rgb(216,120,90); }

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

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

 span { border-color: rgb(216,120,90); }

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