#D6715D

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

Shades of Japonica #D6715D

Tints of Japonica #D6715D

Color information

#D6715D (or 0xD6715D) is unknown color: approx Japonica. HEX triplet: D6, 71 and 5D. RGB value is (214,113,93). Sum of RGB (Red+Green+Blue) = 214+113+93=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6715D is #298EA2. Grayscale: #8D8D8D. Windows color (decimal): -2723491 or 6123990. OLE color: 6123990.

HSL color Cylindrical-coordinate representation of color #D6715D: hue angle of 9.92º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6715D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21411393-
CMYK00.470.570.16
HSL9.92º59.61%60.2%-
HSV(B)9.92º56.54%83.92%-
XYZ35.6126.913.67-
YUV140.92100.96180.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.95%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=50.95%
G=26.90%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141139300.470.570.169.9259.6160.2
HexD6715D02F3910a3c3c
Octal3261611350577120127474
Binary11010110111000110111010101111111001100001010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6715D; }

 p { color: rgb(214,113,93); }

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

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

 a { background-color: rgb(214,113,93); }

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

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

 span { border-color: rgb(214,113,93); }

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