#D8795E

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

Shades of Japonica #D8795E

Tints of Japonica #D8795E

Color information

#D8795E (or 0xD8795E) is unknown color: approx Japonica. HEX triplet: D8, 79 and 5E. RGB value is (216,121,94). Sum of RGB (Red+Green+Blue) = 216+121+94=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8795E is #2786A1. Grayscale: #929292. Windows color (decimal): -2590370 or 6191576. OLE color: 6191576.

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

Color convert

RGB21612194-
CMYK00.440.560.15
HSL13.28º61%60.78%-
HSV(B)13.28º56.48%84.71%-
XYZ37.1829.0814.24-
YUV146.3398.47177.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=50.12%
G=28.07%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161219400.440.560.1513.286160.78
HexD8795E02C38Fd3d3d
Octal3301711360547017157575
Binary1101100011110011011110010110011100011111101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8795E; }

 p { color: rgb(216,121,94); }

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

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

 a { background-color: rgb(216,121,94); }

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

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

 span { border-color: rgb(216,121,94); }

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