#D07564

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

Shades of Japonica #D07564

Tints of Japonica #D07564

Color information

#D07564 (or 0xD07564) is unknown color: approx Japonica. HEX triplet: D0, 75 and 64. RGB value is (208,117,100). Sum of RGB (Red+Green+Blue) = 208+117+100=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D07564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07564 is #2F8A9B. Grayscale: #8E8E8E. Windows color (decimal): -3115676 or 6583760. OLE color: 6583760.

HSL color Cylindrical-coordinate representation of color #D07564: hue angle of 9.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07564 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB208117100-
CMYK00.440.520.18
HSL9.44º53.47%60.39%-
HSV(B)9.44º51.92%81.57%-
XYZ34.6727.0515.45-
YUV142.27104.15174.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=48.94%
G=27.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811710000.440.520.189.4453.4760.39
HexD0756402C34129353c
Octal3201651440546422116574
Binary11010000111010111001000101100110100100101001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07564; }

 p { color: rgb(208,117,100); }

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

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

 a { background-color: rgb(208,117,100); }

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

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

 span { border-color: rgb(208,117,100); }

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