#D27656

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

Shades of Japonica #D27656

Tints of Japonica #D27656

Color information

#D27656 (or 0xD27656) is unknown color: approx Japonica. HEX triplet: D2, 76 and 56. RGB value is (210,118,86). Sum of RGB (Red+Green+Blue) = 210+118+86=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D27656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27656 is #2D89A9. Grayscale: #8E8E8E. Windows color (decimal): -2984362 or 5666514. OLE color: 5666514.

HSL color Cylindrical-coordinate representation of color #D27656: hue angle of 15.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D27656 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB21011886-
CMYK00.440.590.18
HSL15.48º57.94%58.04%-
HSV(B)15.48º59.05%82.35%-
XYZ34.7427.3312.25-
YUV141.8696.48176.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.72%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=50.72%
G=28.50%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101188600.440.590.1815.4857.9458.04
HexD2765602C3B12f3a3a
Octal3221661260547322177272
Binary11010010111011010101100101100111011100101111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27656; }

 p { color: rgb(210,118,86); }

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

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

 a { background-color: rgb(210,118,86); }

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

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

 span { border-color: rgb(210,118,86); }

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