#D26E5C

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

Shades of Japonica #D26E5C

Tints of Japonica #D26E5C

Color information

#D26E5C (or 0xD26E5C) is unknown color: approx Japonica. HEX triplet: D2, 6E and 5C. RGB value is (210,110,92). Sum of RGB (Red+Green+Blue) = 210+110+92=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E5C is #2D91A3. Grayscale: #8A8A8A. Windows color (decimal): -2986404 or 6057682. OLE color: 6057682.

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

Color convert

RGB21011092-
CMYK00.480.560.18
HSL9.15º56.73%59.22%-
HSV(B)9.15º56.19%82.35%-
XYZ34.0925.6313.28-
YUV137.85102.13179.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.97%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=50.97%
G=26.70%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101109200.480.560.189.1556.7359.22
HexD26E5C03038129393b
Octal3221561340607022117173
Binary11010010110111010111000110000111000100101001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26E5C; }

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

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

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

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

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

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

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

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