#D4705E

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

Shades of Japonica #D4705E

Tints of Japonica #D4705E

Color information

#D4705E (or 0xD4705E) is unknown color: approx Japonica. HEX triplet: D4, 70 and 5E. RGB value is (212,112,94). Sum of RGB (Red+Green+Blue) = 212+112+94=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4705E is #2B8FA1. Grayscale: #8C8C8C. Windows color (decimal): -2854818 or 6189268. OLE color: 6189268.

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

Color convert

RGB21211294-
CMYK00.470.560.17
HSL9.15º57.84%60%-
HSV(B)9.15º55.66%83.14%-
XYZ34.9726.3913.84-
YUV139.85102.13179.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.72%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=50.72%
G=26.79%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121129400.470.560.179.1557.8460
HexD4705E02F381193a3c
Octal3241601360577021117274
Binary11010100111000010111100101111111000100011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4705E; }

 p { color: rgb(212,112,94); }

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

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

 a { background-color: rgb(212,112,94); }

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

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

 span { border-color: rgb(212,112,94); }

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