#D2725D

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

Shades of Japonica #D2725D

Tints of Japonica #D2725D

Color information

#D2725D (or 0xD2725D) is unknown color: approx Japonica. HEX triplet: D2, 72 and 5D. RGB value is (210,114,93). Sum of RGB (Red+Green+Blue) = 210+114+93=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2725D is #2D8DA2. Grayscale: #8C8C8C. Windows color (decimal): -2985379 or 6124242. OLE color: 6124242.

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

Color convert

RGB21011493-
CMYK00.460.560.18
HSL10.77º56.52%59.41%-
HSV(B)10.77º55.71%82.35%-
XYZ34.5726.5313.65-
YUV140.31101.3177.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.36%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=50.36%
G=27.34%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101149300.460.560.1810.7756.5259.41
HexD2725D02E3812b393b
Octal3221621350567022137173
Binary11010010111001010111010101110111000100101011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2725D; }

 p { color: rgb(210,114,93); }

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

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

 a { background-color: rgb(210,114,93); }

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

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

 span { border-color: rgb(210,114,93); }

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