#D8765A

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

Shades of Japonica #D8765A

Tints of Japonica #D8765A

Color information

#D8765A (or 0xD8765A) is unknown color: approx Japonica. HEX triplet: D8, 76 and 5A. RGB value is (216,118,90). Sum of RGB (Red+Green+Blue) = 216+118+90=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8765A is #2789A5. Grayscale: #909090. Windows color (decimal): -2591142 or 5928664. OLE color: 5928664.

HSL color Cylindrical-coordinate representation of color #D8765A: hue angle of 13.33º 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 #D8765A is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21611890-
CMYK00.450.580.15
HSL13.33º61.76%60%-
HSV(B)13.33º58.33%84.71%-
XYZ36.6428.2913.2-
YUV144.1197.47179.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.94%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=50.94%
G=27.83%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161189000.450.580.1513.3361.7660
HexD8765A02D3AFd3e3c
Octal3301661320557217157674
Binary1101100011101101011010010110111101011111101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8765A; }

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

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

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

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

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

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

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

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