#D6715E

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

Shades of Japonica #D6715E

Tints of Japonica #D6715E

Color information

#D6715E (or 0xD6715E) is unknown color: approx Japonica. HEX triplet: D6, 71 and 5E. RGB value is (214,113,94). Sum of RGB (Red+Green+Blue) = 214+113+94=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6715E is #298EA1. Grayscale: #8D8D8D. Windows color (decimal): -2723490 or 6189526. OLE color: 6189526.

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

Color convert

RGB21411394-
CMYK00.470.560.16
HSL9.5º59.41%60.39%-
HSV(B)9.5º56.07%83.92%-
XYZ35.6626.9113.91-
YUV141.03101.46180.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 94 (37.11% from 255) = 22.33%
R=50.83%
G=26.84%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141139400.470.560.169.559.4160.39
HexD6715E02F3810a3b3c
Octal3261611360577020127374
Binary11010110111000110111100101111111000100001010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6715E; }

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

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

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

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

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

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

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

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