#D2735F

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

Shades of Japonica #D2735F

Tints of Japonica #D2735F

Color information

#D2735F (or 0xD2735F) is unknown color: approx Japonica. HEX triplet: D2, 73 and 5F. RGB value is (210,115,95). Sum of RGB (Red+Green+Blue) = 210+115+95=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2735F is #2D8CA0. Grayscale: #8D8D8D. Windows color (decimal): -2985121 or 6255570. OLE color: 6255570.

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

Color convert

RGB21011595-
CMYK00.450.550.18
HSL10.43º56.1%59.8%-
HSV(B)10.43º54.76%82.35%-
XYZ34.7726.7914.16-
YUV141.12101.97177.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=50%
G=27.38%
B=22.62%

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
Decimal2101159500.450.550.1810.4356.159.8
HexD2735F02D3712a383c
Octal3221631370556722127074
Binary11010010111001110111110101101110111100101010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2735F; }

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

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

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

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

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

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

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

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