#D0705F

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

Shades of Japonica #D0705F

Tints of Japonica #D0705F

Color information

#D0705F (or 0xD0705F) is unknown color: approx Japonica. HEX triplet: D0, 70 and 5F. RGB value is (208,112,95). Sum of RGB (Red+Green+Blue) = 208+112+95=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0705F is #2F8FA0. Grayscale: #8A8A8A. Windows color (decimal): -3116961 or 6254800. OLE color: 6254800.

HSL color Cylindrical-coordinate representation of color #D0705F: hue angle of 9.03º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0705F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20811295-
CMYK00.460.540.18
HSL9.03º54.59%59.41%-
HSV(B)9.03º54.33%81.57%-
XYZ33.8725.8214.03-
YUV138.77103.3177.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.12%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=50.12%
G=26.99%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081129500.460.540.189.0354.5959.41
HexD0705F02E36129373b
Octal3201601370566622116773
Binary11010000111000010111110101110110110100101001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0705F; }

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

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

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

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

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

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

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

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