#D5705C

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

Shades of Japonica #D5705C

Tints of Japonica #D5705C

Color information

#D5705C (or 0xD5705C) is unknown color: approx Japonica. HEX triplet: D5, 70 and 5C. RGB value is (213,112,92). Sum of RGB (Red+Green+Blue) = 213+112+92=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5705C is #2A8FA3. Grayscale: #8C8C8C. Windows color (decimal): -2789284 or 6058197. OLE color: 6058197.

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

Color convert

RGB21311292-
CMYK00.470.570.16
HSL9.92º59.02%59.8%-
HSV(B)9.92º56.81%83.53%-
XYZ35.1726.5113.39-
YUV139.92100.96180.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.08%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=51.08%
G=26.86%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131129200.470.570.169.9259.0259.8
HexD5705C02F3910a3b3c
Octal3251601340577120127374
Binary11010101111000010111000101111111001100001010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5705C; }

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

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

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

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

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

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

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

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