#D26E51

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

Shades of Japonica #D26E51

Tints of Japonica #D26E51

Color information

#D26E51 (or 0xD26E51) is unknown color: approx Japonica. HEX triplet: D2, 6E and 51. RGB value is (210,110,81). Sum of RGB (Red+Green+Blue) = 210+110+81=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E51 is #2D91AE. Grayscale: #888888. Windows color (decimal): -2986415 or 5336786. OLE color: 5336786.

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

Color convert

RGB21011081-
CMYK00.480.610.18
HSL13.49º58.9%57.06%-
HSV(B)13.49º61.43%82.35%-
XYZ33.6425.4510.92-
YUV136.5996.63180.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.37%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=52.37%
G=27.43%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101108100.480.610.1813.4958.957.06
HexD26E510303D12d3b39
Octal3221561210607522157371
Binary11010010110111010100010110000111101100101101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26E51; }

 p { color: rgb(210,110,81); }

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

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

 a { background-color: rgb(210,110,81); }

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

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

 span { border-color: rgb(210,110,81); }

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