#D57A5E

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

Shades of Japonica #D57A5E

Tints of Japonica #D57A5E

Color information

#D57A5E (or 0xD57A5E) is unknown color: approx Japonica. HEX triplet: D5, 7A and 5E. RGB value is (213,122,94). Sum of RGB (Red+Green+Blue) = 213+122+94=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A5E is #2A85A1. Grayscale: #929292. Windows color (decimal): -2786722 or 6191829. OLE color: 6191829.

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

Color convert

RGB21312294-
CMYK00.430.560.16
HSL14.12º58.62%60.2%-
HSV(B)14.12º55.87%83.53%-
XYZ36.4228.8714.24-
YUV146.0298.65175.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=49.65%
G=28.44%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131229400.430.560.1614.1258.6260.2
HexD57A5E02B3810e3b3c
Octal3251721360537020167374
Binary11010101111101010111100101011111000100001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A5E; }

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

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

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

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

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

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

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

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