#D37065

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

Shades of Japonica #D37065

Tints of Japonica #D37065

Color information

#D37065 (or 0xD37065) is unknown color: approx Japonica. HEX triplet: D3, 70 and 65. RGB value is (211,112,101). Sum of RGB (Red+Green+Blue) = 211+112+101=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D37065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37065 is #2C8F9A. Grayscale: #8C8C8C. Windows color (decimal): -2920347 or 6648019. OLE color: 6648019.

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

Color convert

RGB211112101-
CMYK00.470.520.17
HSL55.56%61.18%-
HSV(B)52.13%82.75%-
XYZ35.0126.3815.56-
YUV140.35105.8178.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.76%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=49.76%
G=26.42%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111210100.470.520.17655.5661.18
HexD3706502F34116383d
Octal323160145057642167075
Binary1101001111100001100101010111111010010001110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37065; }

 p { color: rgb(211,112,101); }

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

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

 a { background-color: rgb(211,112,101); }

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

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

 span { border-color: rgb(211,112,101); }

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