#D0705D

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

Shades of Japonica #D0705D

Tints of Japonica #D0705D

Color information

#D0705D (or 0xD0705D) is unknown color: approx Japonica. HEX triplet: D0, 70 and 5D. RGB value is (208,112,93). Sum of RGB (Red+Green+Blue) = 208+112+93=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0705D is #2F8FA2. Grayscale: #8A8A8A. Windows color (decimal): -3116963 or 6123728. OLE color: 6123728.

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

Color convert

RGB20811293-
CMYK00.460.550.18
HSL9.91º55.02%59.02%-
HSV(B)9.91º55.29%81.57%-
XYZ33.7825.7913.55-
YUV138.54102.3177.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.36%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=50.36%
G=27.12%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081129300.460.550.189.9155.0259.02
HexD0705D02E3712a373b
Octal3201601350566722126773
Binary11010000111000010111010101110110111100101010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0705D; }

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

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

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

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

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

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

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

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