#D0715C

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

Shades of Japonica #D0715C

Tints of Japonica #D0715C

Color information

#D0715C (or 0xD0715C) is unknown color: approx Japonica. HEX triplet: D0, 71 and 5C. RGB value is (208,113,92). Sum of RGB (Red+Green+Blue) = 208+113+92=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0715C is #2F8EA3. Grayscale: #8B8B8B. Windows color (decimal): -3116708 or 6058448. OLE color: 6058448.

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

Color convert

RGB20811392-
CMYK00.460.560.18
HSL10.86º55.24%58.82%-
HSV(B)10.86º55.77%81.57%-
XYZ33.8525.9913.36-
YUV139.01101.47177.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.36%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=50.36%
G=27.36%
B=22.28%

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
Decimal2081139200.460.560.1810.8655.2458.82
HexD0715C02E3812b373b
Octal3201611340567022136773
Binary11010000111000110111000101110111000100101011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0715C; }

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

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

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

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

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

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

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

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