#D5705F

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

Shades of Japonica #D5705F

Tints of Japonica #D5705F

Color information

#D5705F (or 0xD5705F) is unknown color: approx Japonica. HEX triplet: D5, 70 and 5F. RGB value is (213,112,95). Sum of RGB (Red+Green+Blue) = 213+112+95=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5705F is #2A8FA0. Grayscale: #8C8C8C. Windows color (decimal): -2789281 or 6254805. OLE color: 6254805.

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

Color convert

RGB21311295-
CMYK00.470.550.16
HSL8.64º58.42%60.39%-
HSV(B)8.64º55.4%83.53%-
XYZ35.326.5614.09-
YUV140.26102.46179.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.71%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=50.71%
G=26.67%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131129500.470.550.168.6458.4260.39
HexD5705F02F371093a3c
Octal3251601370576720117274
Binary11010101111000010111110101111110111100001001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5705F; }

 p { color: rgb(213,112,95); }

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

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

 a { background-color: rgb(213,112,95); }

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

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

 span { border-color: rgb(213,112,95); }

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