#D57B57

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

Shades of Japonica #D57B57

Tints of Japonica #D57B57

Color information

#D57B57 (or 0xD57B57) is unknown color: approx Japonica. HEX triplet: D5, 7B and 57. RGB value is (213,123,87). Sum of RGB (Red+Green+Blue) = 213+123+87=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57B57 is #2A84A8. Grayscale: #929292. Windows color (decimal): -2786473 or 5733333. OLE color: 5733333.

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

Color convert

RGB21312387-
CMYK00.420.590.16
HSL17.14º60%58.82%-
HSV(B)17.14º59.15%83.53%-
XYZ36.242912.7-
YUV145.8194.82175.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=50.35%
G=29.08%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131238700.420.590.1617.146058.82
HexD57B5702A3B10113c3b
Octal3251731270527320217473
Binary110101011111011101011101010101110111000010001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57B57; }

 p { color: rgb(213,123,87); }

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

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

 a { background-color: rgb(213,123,87); }

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

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

 span { border-color: rgb(213,123,87); }

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