#D57861

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

Shades of Japonica #D57861

Tints of Japonica #D57861

Color information

#D57861 (or 0xD57861) is unknown color: approx Japonica. HEX triplet: D5, 78 and 61. RGB value is (213,120,97). Sum of RGB (Red+Green+Blue) = 213+120+97=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D57861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57861 is #2A879E. Grayscale: #919191. Windows color (decimal): -2787231 or 6387925. OLE color: 6387925.

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

Color convert

RGB21312097-
CMYK00.440.540.16
HSL11.9º58%60.78%-
HSV(B)11.9º54.46%83.53%-
XYZ36.3128.4414.89-
YUV145.18100.81176.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=49.53%
G=27.91%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131209700.440.540.1611.95860.78
HexD5786102C3610c3a3d
Octal3251701410546620147275
Binary11010101111100011000010101100110110100001100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57861; }

 p { color: rgb(213,120,97); }

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

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

 a { background-color: rgb(213,120,97); }

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

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

 span { border-color: rgb(213,120,97); }

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