#D5775D

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

Shades of Japonica #D5775D

Tints of Japonica #D5775D

Color information

#D5775D (or 0xD5775D) is unknown color: approx Japonica. HEX triplet: D5, 77 and 5D. RGB value is (213,119,93). Sum of RGB (Red+Green+Blue) = 213+119+93=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5775D is #2A88A2. Grayscale: #909090. Windows color (decimal): -2787491 or 6125525. OLE color: 6125525.

HSL color Cylindrical-coordinate representation of color #D5775D: hue angle of 13º 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 #D5775D is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21311993-
CMYK00.440.560.16
HSL13º58.82%60%-
HSV(B)13º56.34%83.53%-
XYZ36.0128.1313.89-
YUV144.1499.14177.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=50.12%
G=28%
B=21.88%

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
Decimal2131199300.440.560.161358.8260
HexD5775D02C3810d3b3c
Octal3251671350547020157374
Binary11010101111011110111010101100111000100001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5775D; }

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

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

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

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

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

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

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

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