#D26F53

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

Shades of Japonica #D26F53

Tints of Japonica #D26F53

Color information

#D26F53 (or 0xD26F53) is unknown color: approx Japonica. HEX triplet: D2, 6F and 53. RGB value is (210,111,83). Sum of RGB (Red+Green+Blue) = 210+111+83=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F53 is #2D90AC. Grayscale: #898989. Windows color (decimal): -2986157 or 5468114. OLE color: 5468114.

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

Color convert

RGB21011183-
CMYK00.470.600.18
HSL13.23º58.53%57.45%-
HSV(B)13.23º60.48%82.35%-
XYZ33.8225.711.36-
YUV137.4197.3179.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.98%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 83 (32.81% from 255) = 20.54%
R=51.98%
G=27.48%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101118300.470.600.1813.2358.5357.45
HexD26F5302F3C12d3b39
Octal3221571230577422157371
Binary11010010110111110100110101111111100100101101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26F53; }

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

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

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

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

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

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

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

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