#D26C5F

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

Shades of Japonica #D26C5F

Tints of Japonica #D26C5F

Color information

#D26C5F (or 0xD26C5F) is unknown color: approx Japonica. HEX triplet: D2, 6C and 5F. RGB value is (210,108,95). Sum of RGB (Red+Green+Blue) = 210+108+95=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C5F is #2D93A0. Grayscale: #898989. Windows color (decimal): -2986913 or 6253778. OLE color: 6253778.

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

Color convert

RGB21010895-
CMYK00.490.550.18
HSL6.78º56.1%59.8%-
HSV(B)6.78º54.76%82.35%-
XYZ34.0125.2513.91-
YUV137.02104.29180.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=50.85%
G=26.15%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101089500.490.550.186.7856.159.8
HexD26C5F03137127383c
Octal322154137061672277074
Binary1101001011011001011111011000111011110010111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C5F; }

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

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

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

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

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

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

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

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