#D5775E

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

Shades of Japonica #D5775E

Tints of Japonica #D5775E

Color information

#D5775E (or 0xD5775E) is unknown color: approx Japonica. HEX triplet: D5, 77 and 5E. RGB value is (213,119,94). Sum of RGB (Red+Green+Blue) = 213+119+94=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5775E is #2A88A1. Grayscale: #909090. Windows color (decimal): -2787490 or 6191061. OLE color: 6191061.

HSL color Cylindrical-coordinate representation of color #D5775E: hue angle of 12.61º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5775E is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21311994-
CMYK00.440.560.16
HSL12.61º58.62%60.2%-
HSV(B)12.61º55.87%83.53%-
XYZ36.0628.1514.12-
YUV144.2699.64177.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=50%
G=27.93%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131199400.440.560.1612.6158.6260.2
HexD5775E02C3810d3b3c
Octal3251671360547020157374
Binary11010101111011110111100101100111000100001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5775E; }

 p { color: rgb(213,119,94); }

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

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

 a { background-color: rgb(213,119,94); }

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

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

 span { border-color: rgb(213,119,94); }

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