#D57866

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

Shades of Japonica #D57866

Tints of Japonica #D57866

Color information

#D57866 (or 0xD57866) is unknown color: approx Japonica. HEX triplet: D5, 78 and 66. RGB value is (213,120,102). Sum of RGB (Red+Green+Blue) = 213+120+102=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D57866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57866 is #2A8799. Grayscale: #919191. Windows color (decimal): -2787226 or 6715605. OLE color: 6715605.

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

Color convert

RGB213120102-
CMYK00.440.520.16
HSL9.73º56.92%61.76%-
HSV(B)9.73º52.11%83.53%-
XYZ36.5628.5416.15-
YUV145.76103.31175.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=48.97%
G=27.59%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312010200.440.520.169.7356.9261.76
HexD5786602C3410a393e
Octal3251701460546420127176
Binary11010101111100011001100101100110100100001010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57866; }

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

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

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

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

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

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

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

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