#D56F61

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

Shades of Japonica #D56F61

Tints of Japonica #D56F61

Color information

#D56F61 (or 0xD56F61) is unknown color: approx Japonica. HEX triplet: D5, 6F and 61. RGB value is (213,111,97). Sum of RGB (Red+Green+Blue) = 213+111+97=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F61 is #2A909E. Grayscale: #8C8C8C. Windows color (decimal): -2789535 or 6385621. OLE color: 6385621.

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

Color convert

RGB21311197-
CMYK00.480.540.16
HSL7.24º58%60.78%-
HSV(B)7.24º54.46%83.53%-
XYZ35.2826.3814.54-
YUV139.9103.79180.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=50.59%
G=26.37%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131119700.480.540.167.245860.78
HexD56F61030361073a3d
Octal325157141060662077275
Binary1101010111011111100001011000011011010000111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F61; }

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

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

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

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

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

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

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

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