#D26C55

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

Shades of Japonica #D26C55

Tints of Japonica #D26C55

Color information

#D26C55 (or 0xD26C55) is unknown color: approx Japonica. HEX triplet: D2, 6C and 55. RGB value is (210,108,85). Sum of RGB (Red+Green+Blue) = 210+108+85=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C55 is #2D93AA. Grayscale: #888888. Windows color (decimal): -2986923 or 5598418. OLE color: 5598418.

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

Color convert

RGB21010885-
CMYK00.490.600.18
HSL11.04º58.14%57.84%-
HSV(B)11.04º59.52%82.35%-
XYZ33.5825.0811.67-
YUV135.8899.29180.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.11%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=52.11%
G=26.80%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101088500.490.600.1811.0458.1457.84
HexD26C550313C12b3a3a
Octal3221541250617422137272
Binary11010010110110010101010110001111100100101011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C55; }

 p { color: rgb(210,108,85); }

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

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

 a { background-color: rgb(210,108,85); }

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

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

 span { border-color: rgb(210,108,85); }

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