#D7705B

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

Shades of Japonica #D7705B

Tints of Japonica #D7705B

Color information

#D7705B (or 0xD7705B) is unknown color: approx Japonica. HEX triplet: D7, 70 and 5B. RGB value is (215,112,91). Sum of RGB (Red+Green+Blue) = 215+112+91=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7705B is #288FA4. Grayscale: #8C8C8C. Windows color (decimal): -2658213 or 5992663. OLE color: 5992663.

HSL color Cylindrical-coordinate representation of color #D7705B: hue angle of 10.16º degrees, saturation: 0.61, 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 #D7705B is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21511291-
CMYK00.480.580.16
HSL10.16º60.78%60%-
HSV(B)10.16º57.67%84.31%-
XYZ35.7126.7913.19-
YUV140.4100.12181.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.44%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=51.44%
G=26.79%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151129100.480.580.1610.1660.7860
HexD7705B0303A10a3d3c
Octal3271601330607220127574
Binary11010111111000010110110110000111010100001010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7705B; }

 p { color: rgb(215,112,91); }

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

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

 a { background-color: rgb(215,112,91); }

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

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

 span { border-color: rgb(215,112,91); }

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