#D37462

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

Shades of Japonica #D37462

Tints of Japonica #D37462

Color information

#D37462 (or 0xD37462) is unknown color: approx Japonica. HEX triplet: D3, 74 and 62. RGB value is (211,116,98). Sum of RGB (Red+Green+Blue) = 211+116+98=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D37462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37462 is #2C8B9D. Grayscale: #8E8E8E. Windows color (decimal): -2919326 or 6452435. OLE color: 6452435.

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

Color convert

RGB21111698-
CMYK00.450.540.17
HSL9.56º56.22%60.59%-
HSV(B)9.56º53.55%82.75%-
XYZ35.3127.2214.95-
YUV142.35102.97176.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.65%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=49.65%
G=27.29%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111169800.450.540.179.5656.2260.59
HexD3746202D3611a383d
Octal3231641420556621127075
Binary11010011111010011000100101101110110100011010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37462; }

 p { color: rgb(211,116,98); }

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

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

 a { background-color: rgb(211,116,98); }

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

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

 span { border-color: rgb(211,116,98); }

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