#D07061

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

Shades of Japonica #D07061

Tints of Japonica #D07061

Color information

#D07061 (or 0xD07061) is unknown color: approx Japonica. HEX triplet: D0, 70 and 61. RGB value is (208,112,97). Sum of RGB (Red+Green+Blue) = 208+112+97=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D07061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07061 is #2F8F9E. Grayscale: #8B8B8B. Windows color (decimal): -3116959 or 6385872. OLE color: 6385872.

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

Color convert

RGB20811297-
CMYK00.460.530.18
HSL8.11º54.15%59.8%-
HSV(B)8.11º53.37%81.57%-
XYZ33.9625.8614.51-
YUV138.99104.3177.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.88%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=49.88%
G=26.86%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081129700.460.530.188.1154.1559.8
HexD0706102E35128363c
Octal3201601410566522106674
Binary11010000111000011000010101110110101100101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07061; }

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

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

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

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

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

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

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

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