#D26F65

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

Shades of Japonica #D26F65

Tints of Japonica #D26F65

Color information

#D26F65 (or 0xD26F65) is unknown color: approx Japonica. HEX triplet: D2, 6F and 65. RGB value is (210,111,101). Sum of RGB (Red+Green+Blue) = 210+111+101=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F65 is #2D909A. Grayscale: #8B8B8B. Windows color (decimal): -2986139 or 6647762. OLE color: 6647762.

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

Color convert

RGB210111101-
CMYK00.470.520.18
HSL5.5º54.77%60.98%-
HSV(B)5.5º51.9%82.35%-
XYZ34.6126.0115.51-
YUV139.46106.3178.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.76%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=49.76%
G=26.30%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011110100.470.520.185.554.7760.98
HexD26F6502F34126373d
Octal322157145057642266775
Binary1101001011011111100101010111111010010010110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26F65; }

 p { color: rgb(210,111,101); }

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

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

 a { background-color: rgb(210,111,101); }

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

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

 span { border-color: rgb(210,111,101); }

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