#D2745F

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

Shades of Japonica #D2745F

Tints of Japonica #D2745F

Color information

#D2745F (or 0xD2745F) is unknown color: approx Japonica. HEX triplet: D2, 74 and 5F. RGB value is (210,116,95). Sum of RGB (Red+Green+Blue) = 210+116+95=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2745F is #2D8BA0. Grayscale: #8D8D8D. Windows color (decimal): -2984865 or 6255826. OLE color: 6255826.

HSL color Cylindrical-coordinate representation of color #D2745F: hue angle of 10.96º 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 #D2745F is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB21011695-
CMYK00.450.550.18
HSL10.96º56.1%59.8%-
HSV(B)10.96º54.76%82.35%-
XYZ34.8927.0214.2-
YUV141.71101.64176.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=49.88%
G=27.55%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101169500.450.550.1810.9656.159.8
HexD2745F02D3712b383c
Octal3221641370556722137074
Binary11010010111010010111110101101110111100101011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2745F; }

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

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

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

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

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

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

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

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