#D26D60

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

Shades of Japonica #D26D60

Tints of Japonica #D26D60

Color information

#D26D60 (or 0xD26D60) is unknown color: approx Japonica. HEX triplet: D2, 6D and 60. RGB value is (210,109,96). Sum of RGB (Red+Green+Blue) = 210+109+96=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D60 is #2D929F. Grayscale: #898989. Windows color (decimal): -2986656 or 6319570. OLE color: 6319570.

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

Color convert

RGB21010996-
CMYK00.480.540.18
HSL6.84º55.88%60%-
HSV(B)6.84º54.29%82.35%-
XYZ34.1625.4814.18-
YUV137.72104.46179.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.60%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=50.60%
G=26.27%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101099600.480.540.186.8455.8860
HexD26D6003036127383c
Octal322155140060662277074
Binary1101001011011011100000011000011011010010111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26D60; }

 p { color: rgb(210,109,96); }

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

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

 a { background-color: rgb(210,109,96); }

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

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

 span { border-color: rgb(210,109,96); }

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