#D7705C

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

Shades of Japonica #D7705C

Tints of Japonica #D7705C

Color information

#D7705C (or 0xD7705C) is unknown color: approx Japonica. HEX triplet: D7, 70 and 5C. RGB value is (215,112,92). Sum of RGB (Red+Green+Blue) = 215+112+92=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7705C is #288FA3. Grayscale: #8C8C8C. Windows color (decimal): -2658212 or 6058199. OLE color: 6058199.

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

Color convert

RGB21511292-
CMYK00.480.570.16
HSL9.76º60.59%60.2%-
HSV(B)9.76º57.21%84.31%-
XYZ35.7526.8113.42-
YUV140.52100.62181.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.31%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=51.31%
G=26.73%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151129200.480.570.169.7660.5960.2
HexD7705C0303910a3d3c
Octal3271601340607120127574
Binary11010111111000010111000110000111001100001010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7705C; }

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

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

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

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

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

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

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

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