#D6715A

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

Shades of Japonica #D6715A

Tints of Japonica #D6715A

Color information

#D6715A (or 0xD6715A) is unknown color: approx Japonica. HEX triplet: D6, 71 and 5A. RGB value is (214,113,90). Sum of RGB (Red+Green+Blue) = 214+113+90=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6715A is #298EA5. Grayscale: #8C8C8C. Windows color (decimal): -2723494 or 5927382. OLE color: 5927382.

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

Color convert

RGB21411390-
CMYK00.470.580.16
HSL11.13º60.19%59.61%-
HSV(B)11.13º57.94%83.92%-
XYZ35.4826.8412.98-
YUV140.5899.46180.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=51.32%
G=27.10%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141139000.470.580.1611.1360.1959.61
HexD6715A02F3A10b3c3c
Octal3261611320577220137474
Binary11010110111000110110100101111111010100001011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6715A; }

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

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

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

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

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

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

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

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