#D1715C

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

Shades of Japonica #D1715C

Tints of Japonica #D1715C

Color information

#D1715C (or 0xD1715C) is unknown color: approx Japonica. HEX triplet: D1, 71 and 5C. RGB value is (209,113,92). Sum of RGB (Red+Green+Blue) = 209+113+92=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1715C is #2E8EA3. Grayscale: #8B8B8B. Windows color (decimal): -3051172 or 6058449. OLE color: 6058449.

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

Color convert

RGB20911392-
CMYK00.460.560.18
HSL10.77º55.98%59.02%-
HSV(B)10.77º55.98%81.96%-
XYZ34.1326.1413.37-
YUV139.31101.3177.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=50.48%
G=27.29%
B=22.22%

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
Decimal2091139200.460.560.1810.7755.9859.02
HexD1715C02E3812b383b
Octal3211611340567022137073
Binary11010001111000110111000101110111000100101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1715C; }

 p { color: rgb(209,113,92); }

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

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

 a { background-color: rgb(209,113,92); }

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

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

 span { border-color: rgb(209,113,92); }

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